diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2015-10-19 16:28:39 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2015-10-19 16:28:39 -0400 |
commit | 6777dbfa79d9172c45c3e6a5bae0453f3c7d1222 (patch) | |
tree | facb07e7d1c3b24b7b27a9bbedf2db78329c7a51 | |
parent | 3a017c650e88f0b4e23127e9e1c1ce8062dd2a06 (diff) | |
download | steuermann-6777dbfa79d9172c45c3e6a5bae0453f3c7d1222.tar.gz |
updates to midday pandeia testing file
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1450 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/pandeia_midday.sm | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/sm/pandeia_midday.sm b/sm/pandeia_midday.sm index eb07bcc..2cfcfa2 100644 --- a/sm/pandeia_midday.sm +++ b/sm/pandeia_midday.sm @@ -1,8 +1,19 @@ #################### #################### -TABLE run_tests HOST dljwetcv3 +TABLE installation HOST dljwetcv3 - CMD pandeia_infrastructure RUN "sh; cd /etcdata/pandeia/infrastructure; . ./env.sh; ./src/pandeia/tools/test/run" + CMD install_infrastructure RUN "cd /etcdata/pandeia/infrastructure; ./run -crash -pull -install -start" +TABLE tests HOST bond + + CMD test_server RUN "cd /etcdata/pandeia/infrastructure; ./run_tests -server" + AFTER *:installation/* + + CMD test_engine RUN "cd /etcdata/pandeia/infrastructure; ./run_tests -engine" + AFTER test_server + + CMD test_client RUN "cd /etcdata/pandeia/infrastructure; ./run_tests -client" + AFTER test_engine + |