diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-11-20 10:37:19 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-11-20 10:37:19 -0500 |
commit | 58ce3ca00bf7c57d079416e974fb6f71d0237426 (patch) | |
tree | 6f4109a98b0032bb648bcc2de168e15f987019ac /sm/test_dev.sm | |
parent | 106ba21a8f246a8e0fa3c403a4ecedb1497c3d1c (diff) | |
download | steuermann-58ce3ca00bf7c57d079416e974fb6f71d0237426.tar.gz |
remove cadeau as test machine
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1357 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm/test_dev.sm')
-rw-r--r-- | sm/test_dev.sm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sm/test_dev.sm b/sm/test_dev.sm index 3d0df21..4832c35 100644 --- a/sm/test_dev.sm +++ b/sm/test_dev.sm @@ -1,16 +1,16 @@ -TABLE test_dev HOST arzach banana cadeau nott jwcalibdev +TABLE test_dev HOST arzach banana nott jwcalibdev IF ssbdev_test: CMD install_dev RUN "install_ssb_ureka dev" -TABLE test_dev HOST cadeau +TABLE test_dev HOST banana IF ssbdev_test: CMD contact RUN "test_contact" AFTER install_dev -TABLE test_dev HOST nott arzach banana cadeau +TABLE test_dev HOST nott arzach banana IF ssbdev_test: CMD test2.7.5 RUN "test_rt dev 2.7.5" |