From d115f26ba27b74a06c100bf41cdba13ded409d58 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 11 Sep 2015 10:24:18 +0100 Subject: It's not fatal if no tests specified; its still a boot test. --- openstack/tester | 3 +-- 1 file changed, 1 insertion(+), 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 --image-file --flavour ...') + print('Warning: No tests specified.') self.deploy_and_test_systems(args) -- cgit v1.2.1