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