aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2015-10-19 16:28:39 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2015-10-19 16:28:39 -0400
commit6777dbfa79d9172c45c3e6a5bae0453f3c7d1222 (patch)
treefacb07e7d1c3b24b7b27a9bbedf2db78329c7a51
parent3a017c650e88f0b4e23127e9e1c1ce8062dd2a06 (diff)
downloadsteuermann-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.sm15
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
+