first commit

This commit is contained in:
Jose Caban
2025-06-07 01:59:34 -04:00
commit 388ac241f0
3558 changed files with 9116289 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/simple_large_test_direct.xml/1.1/Mon Mar 27 20:45:18 2006//
/simple_large_test_proxy.xml/1.1/Mon Mar 27 20:45:18 2006//
/simple_med_test_direct.xml/1.1/Mon Mar 27 20:45:18 2006//
/simple_med_test_proxy.xml/1.1/Mon Mar 27 20:45:18 2006//
/simple_small_test_direct.xml/1.1/Mon Mar 27 20:45:18 2006//
/simple_small_test_proxy.xml/1.1/Mon Mar 27 20:45:18 2006//
D

View File

@@ -0,0 +1,6 @@
/simple_large_test_direct.xml////*///
/simple_large_test_proxy.xml////*///
/simple_med_test_direct.xml////*///
/simple_med_test_proxy.xml////*///
/simple_small_test_direct.xml////*///
/simple_small_test_proxy.xml////*///

View File

@@ -0,0 +1 @@
CS4210/Project 2/client/tests/simple

View File

@@ -0,0 +1 @@
:ext:asskoala@192.168.0.3:/usr/_CVS

View File

@@ -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>4</numthreads>
<!-- The number of times the request will be made per threads -->
<iterations>1</iterations>
<!-- The files to retrieve -->
<filesToRetrieve>
<!-- The file names, use / for directories -->
<file>/test_files/test_large0</file>
<file>/test_files/test_large1</file>
<file>/test_files/test_large2</file>
<file>/test_files/test_large3</file>
</filesToRetrieve>
</simpleTest>
</Tests>

View File

@@ -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>4</numthreads>
<!-- The number of times the request will be made per threads -->
<iterations>1</iterations>
<!-- The files to retrieve -->
<filesToRetrieve>
<!-- The file names, use / for directories -->
<file>http://localhost/test_files/test_large0</file>
<file>http://localhost/test_files/test_large1</file>
<file>http://localhost/test_files/test_large2</file>
<file>http://localhost/test_files/test_large3</file>
</filesToRetrieve>
</simpleTest>
</Tests>

View File

@@ -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>4</numthreads>
<!-- The number of times the request will be made per threads -->
<iterations>1</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>

View File

@@ -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>4</numthreads>
<!-- The number of times the request will be made per threads -->
<iterations>1</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>

View File

@@ -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>4</numthreads>
<!-- The number of times the request will be made per threads -->
<iterations>1</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>

View File

@@ -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>4</numthreads>
<!-- The number of times the request will be made per threads -->
<iterations>1</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>