summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-11 10:24:18 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-11 15:01:31 +0100
commitd115f26ba27b74a06c100bf41cdba13ded409d58 (patch)
treef7933df8352701c45c2c9efb5781efd50c2a1fdd
parent8b245bb9573bc4c1ec848736134e88fa79492d64 (diff)
downloadciat-tester-d115f26ba27b74a06c100bf41cdba13ded409d58.tar.gz
It's not fatal if no tests specified; its still a boot test.
-rwxr-xr-xopenstack/tester3
1 files changed, 1 insertions, 2 deletions
diff --git a/openstack/tester b/openstack/tester
index e9a08a8..5d8ed41 100755
--- a/openstack/tester
+++ b/openstack/tester
@@ -273,8 +273,7 @@ class ReleaseApp(cliapp.Application):
self.settings.require(setting)
if len(args) == 0:
- raise cliapp.AppException(
- 'Usage: release-test-os --net-id <ID> --image-file <PATH> --flavour <NAME> <TEST_FILE>...')
+ print('Warning: No tests specified.')
self.deploy_and_test_systems(args)