first commit
This commit is contained in:
5
CS4210/Project 2/client/tests/adv/CVS/Entries
Normal file
5
CS4210/Project 2/client/tests/adv/CVS/Entries
Normal file
@@ -0,0 +1,5 @@
|
||||
/advanced_med_test_direct.xml/1.1/Mon Mar 27 20:45:34 2006//
|
||||
/advanced_med_test_proxy.xml/1.1/Mon Mar 27 20:45:34 2006//
|
||||
/advanced_small_test_direct.xml/1.1/Mon Mar 27 20:45:34 2006//
|
||||
/advanced_small_test_proxy.xml/1.1/Mon Mar 27 20:45:34 2006//
|
||||
D
|
||||
4
CS4210/Project 2/client/tests/adv/CVS/Entries.Extra
Normal file
4
CS4210/Project 2/client/tests/adv/CVS/Entries.Extra
Normal file
@@ -0,0 +1,4 @@
|
||||
/advanced_med_test_direct.xml////*///
|
||||
/advanced_med_test_proxy.xml////*///
|
||||
/advanced_small_test_direct.xml////*///
|
||||
/advanced_small_test_proxy.xml////*///
|
||||
0
CS4210/Project 2/client/tests/adv/CVS/Entries.Old
Normal file
0
CS4210/Project 2/client/tests/adv/CVS/Entries.Old
Normal file
1
CS4210/Project 2/client/tests/adv/CVS/Repository
Normal file
1
CS4210/Project 2/client/tests/adv/CVS/Repository
Normal file
@@ -0,0 +1 @@
|
||||
CS4210/Project 2/client/tests/adv
|
||||
1
CS4210/Project 2/client/tests/adv/CVS/Root
Normal file
1
CS4210/Project 2/client/tests/adv/CVS/Root
Normal file
@@ -0,0 +1 @@
|
||||
:ext:asskoala@192.168.0.3:/usr/_CVS
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- XML File for test execution-->
|
||||
|
||||
<Tests>
|
||||
<simpleTest>
|
||||
<!-- The number of threads to spawn to make requests -->
|
||||
<numthreads>16</numthreads>
|
||||
|
||||
<!-- The number of times the request will be made per threads -->
|
||||
<iterations>4</iterations>
|
||||
|
||||
<!-- The files to retrieve -->
|
||||
<filesToRetrieve>
|
||||
|
||||
<!-- The file names, use / for directories -->
|
||||
<file>/test_files/test_med0</file>
|
||||
<file>/test_files/test_med1</file>
|
||||
<file>/test_files/test_med2</file>
|
||||
<file>/test_files/test_med3</file>
|
||||
|
||||
</filesToRetrieve>
|
||||
</simpleTest>
|
||||
</Tests>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- XML File for test execution-->
|
||||
|
||||
<Tests>
|
||||
<simpleTest>
|
||||
<!-- The number of threads to spawn to make requests -->
|
||||
<numthreads>16</numthreads>
|
||||
|
||||
<!-- The number of times the request will be made per threads -->
|
||||
<iterations>4</iterations>
|
||||
|
||||
<!-- The files to retrieve -->
|
||||
<filesToRetrieve>
|
||||
|
||||
<!-- The file names, use / for directories -->
|
||||
<file>http://localhost/test_files/test_med0</file>
|
||||
<file>http://localhost/test_files/test_med1</file>
|
||||
<file>http://localhost/test_files/test_med2</file>
|
||||
<file>http://localhost/test_files/test_med3</file>
|
||||
|
||||
</filesToRetrieve>
|
||||
</simpleTest>
|
||||
</Tests>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- XML File for test execution-->
|
||||
|
||||
<Tests>
|
||||
<simpleTest>
|
||||
<!-- The number of threads to spawn to make requests -->
|
||||
<numthreads>16</numthreads>
|
||||
|
||||
<!-- The number of times the request will be made per threads -->
|
||||
<iterations>4</iterations>
|
||||
|
||||
<!-- The files to retrieve -->
|
||||
<filesToRetrieve>
|
||||
|
||||
<!-- The file names, use / for directories -->
|
||||
<file>/test_files/test_small0</file>
|
||||
<file>/test_files/test_small1</file>
|
||||
<file>/test_files/test_small2</file>
|
||||
<file>/test_files/test_small3</file>
|
||||
|
||||
</filesToRetrieve>
|
||||
</simpleTest>
|
||||
</Tests>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- XML File for test execution-->
|
||||
|
||||
<Tests>
|
||||
<simpleTest>
|
||||
<!-- The number of threads to spawn to make requests -->
|
||||
<numthreads>16</numthreads>
|
||||
|
||||
<!-- The number of times the request will be made per threads -->
|
||||
<iterations>4</iterations>
|
||||
|
||||
<!-- The files to retrieve -->
|
||||
<filesToRetrieve>
|
||||
|
||||
<!-- The file names, use / for directories -->
|
||||
<file>http://localhost/test_files/test_small0</file>
|
||||
<file>http://localhost/test_files/test_small1</file>
|
||||
<file>http://localhost/test_files/test_small2</file>
|
||||
<file>http://localhost/test_files/test_small3</file>
|
||||
|
||||
</filesToRetrieve>
|
||||
</simpleTest>
|
||||
</Tests>
|
||||
Reference in New Issue
Block a user