Skip to content

ncarenton/esgf-test-suite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

esgf-test-suite

Python nosetests scripts for ESGF integration test and validation

Purpose and limits of this tool:

ESGF Test Suite is a full python application. It is designed to perform integration tests on ESGF nodes. At this point of time, the scope is to test a single data node and its three peer services (idp services, index services and compute services).

ESGF Test Suite offers to run high level tests from a desktop so the tested node can be validated from the end user perspective.

Current developments will also let admins to test and validate the stack by running tests on the node itself.

Requirements:

  • Shell environment
  • Python 2.6 or higher
  • Firefox
  • globus-url-copy

Command for Red Hat / CentOS / Scientifix Linux:

 yum install python-devel openssl-devel libxml2-devel libxslt-devel globus-gass-copy-progs firefox

Installation:

 pip install esgf-test-suite

Configuration:

 vi [installation_dir]/esgf-test-suite/configuration.ini   

Modify the nodes section. If several nodes are specified, they all should be in the same federation. Account section do not need to be modified.

Usage:

 [installation_dir]/esgf-test-suite/runtests.sh

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.0%
  • Shell 4.0%