diff options
Diffstat (limited to 'sm/pyetc_jwst.sm')
-rw-r--r-- | sm/pyetc_jwst.sm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sm/pyetc_jwst.sm b/sm/pyetc_jwst.sm new file mode 100644 index 0000000..7ec0be7 --- /dev/null +++ b/sm/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; test_expected pyetc" + AFTER *:run_tests/* + + +#TABLE pyetc_report HOST etcbrady +# CMD report RUN "pyetc_report" +# AFTER ssb:import_tests/* |