aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2015-10-19 16:45:19 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2015-10-19 16:45:19 -0400
commit733b3b0a87821d1580f6627ac26752541995bb51 (patch)
treeab8ee19a069c76b10db2bba96755c2ebdb7bf187
parent6777dbfa79d9172c45c3e6a5bae0453f3c7d1222 (diff)
downloadsteuermann-733b3b0a87821d1580f6627ac26752541995bb51.tar.gz
updated to pandeia test file
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1451 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r--sm/pandeia_midday.sm11
1 files changed, 9 insertions, 2 deletions
diff --git a/sm/pandeia_midday.sm b/sm/pandeia_midday.sm
index 2cfcfa2..e4091e9 100644
--- a/sm/pandeia_midday.sm
+++ b/sm/pandeia_midday.sm
@@ -1,12 +1,17 @@
####################
####################
+TABLE installation HOST dljwetcv4
+
+ CMD install_v4 RUN "cd /etcdata/pandeia/infrastructure; ./run -crash -pull -install"
+
TABLE installation HOST dljwetcv3
- CMD install_infrastructure RUN "cd /etcdata/pandeia/infrastructure; ./run -crash -pull -install -start"
+ CMD install_v3 RUN "cd /etcdata/pandeia/infrastructure; ./run -crash -pull -install -start"
+ AFTER install_v4
-TABLE tests HOST bond
+TABLE tests HOST dljwetcv3
CMD test_server RUN "cd /etcdata/pandeia/infrastructure; ./run_tests -server"
AFTER *:installation/*
@@ -14,6 +19,8 @@ TABLE tests HOST bond
CMD test_engine RUN "cd /etcdata/pandeia/infrastructure; ./run_tests -engine"
AFTER test_server
+TABLE tests HOST bond
+
CMD test_client RUN "cd /etcdata/pandeia/infrastructure; ./run_tests -client"
AFTER test_engine