From 6777dbfa79d9172c45c3e6a5bae0453f3c7d1222 Mon Sep 17 00:00:00 2001 From: cslocum Date: Mon, 19 Oct 2015 20:28:39 +0000 Subject: updates to midday pandeia testing file git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1450 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- sm/pandeia_midday.sm | 15 +++++++++++++-- 1 file 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 + -- cgit