A re-worked version of the performance testing framework.
This commit is contained in:
parent
031dc3e004
commit
a009f582f3
52 changed files with 7017 additions and 0 deletions
7
utilities/LoadTesting/sites/README.txt
Normal file
7
utilities/LoadTesting/sites/README.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
The sites directory contains sub-directories, one for each site whose data we are testing.
|
||||
|
||||
Each site directory (cornell, indiana, etc.) contains information specific to that site.
|
||||
|
||||
In particular, it contains a site_properties.rb file, which defines the default_namespace
|
||||
and the email address of the root user, for inclusion in the deploy.properties file
|
||||
by _deploy script.
|
4
utilities/LoadTesting/sites/cornell/site_properties.rb
Normal file
4
utilities/LoadTesting/sites/cornell/site_properties.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
# properties for this site
|
||||
@default_namespace = 'http://vivo.cornell.edu/individual/'
|
||||
@root_user = 'vivo_root@mydomain.edu'
|
||||
|
3
utilities/LoadTesting/sites/indiana/site_properties.rb
Normal file
3
utilities/LoadTesting/sites/indiana/site_properties.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
# properties for this site
|
||||
@default_namespace = 'http://vivo.iu.edu/individual/'
|
||||
@root_user = 'vivo@indiana.edu'
|
3
utilities/LoadTesting/sites/scripps/site_properties.rb
Normal file
3
utilities/LoadTesting/sites/scripps/site_properties.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
# properties for this site
|
||||
@default_namespace = 'http://vivo.scripps.edu/individual/'
|
||||
@root_user = 'samtest@scripps.edu'
|
Loading…
Add table
Add a link
Reference in a new issue