diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-12-13 15:44:53 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-12-13 15:44:53 -0500 |
commit | 6d244f379fab3613315bf01124696c3abb1ceb1f (patch) | |
tree | 77e9fd6bd0049a088546e37286681bc3f7e329a8 /sm_new/pyetc_jwst.sm | |
parent | b7b65ddf237198c3eefac7a7b8781248b76a871f (diff) | |
download | steuermann-6d244f379fab3613315bf01124696c3abb1ceb1f.tar.gz |
copy sm/ to sm_new/ for a while
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1128 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm_new/pyetc_jwst.sm')
-rw-r--r-- | sm_new/pyetc_jwst.sm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sm_new/pyetc_jwst.sm b/sm_new/pyetc_jwst.sm new file mode 100644 index 0000000..f4a0bc6 --- /dev/null +++ b/sm_new/pyetc_jwst.sm @@ -0,0 +1,19 @@ +#################### +#################### + +TABLE run_tests HOST etcbrady + + CMD prototype_prod RUN "/data1/nightly/jwst_prototype_prod/test-ppsetc -d" + + CMD bnc_dev RUN "/data1/nightly/jwst_bnc_dev/test-ppsetc -d dev bnc" + AFTER prototype_prod + + +TABLE import_tests HOST ssb + CMD import RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily" + AFTER *:run_tests/* + + +#TABLE pyetc_report HOST etcbrady +# CMD report RUN "pyetc_report" +# AFTER ssb:import_tests/* |