From 2737757ad15a1419699860dbcac3cebe387070d7 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Thu, 27 Aug 2009 17:12:44 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Collector@14800 82a268e6-3cf1-43bd-a215-b396298e98cf --- test-suite/backup.sh | 1 + test-suite/connect.sh | 1 + test-suite/restore.sh | 1 + test-suite/shutdown.sh | 1 + 4 files changed, 4 insertions(+) create mode 100755 test-suite/backup.sh create mode 100755 test-suite/connect.sh create mode 100755 test-suite/restore.sh create mode 100755 test-suite/shutdown.sh diff --git a/test-suite/backup.sh b/test-suite/backup.sh new file mode 100755 index 0000000..a908c5f --- /dev/null +++ b/test-suite/backup.sh @@ -0,0 +1 @@ +java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/BackupTester $1 $2 $3 diff --git a/test-suite/connect.sh b/test-suite/connect.sh new file mode 100755 index 0000000..3c556f0 --- /dev/null +++ b/test-suite/connect.sh @@ -0,0 +1 @@ +java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/ConnectTester $1 $2 $3 diff --git a/test-suite/restore.sh b/test-suite/restore.sh new file mode 100755 index 0000000..67ff2fb --- /dev/null +++ b/test-suite/restore.sh @@ -0,0 +1 @@ +java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/RestoreTester $1 $2 $3 diff --git a/test-suite/shutdown.sh b/test-suite/shutdown.sh new file mode 100755 index 0000000..b05efc3 --- /dev/null +++ b/test-suite/shutdown.sh @@ -0,0 +1 @@ +java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/ShutdownTester $1 $2 $3