commit | 2caf87c2e3620eb4ca2b02b19fc80c4606ce7903 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.openstack.org> | Sat Feb 24 05:50:20 2018 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Sat Feb 24 05:50:20 2018 +0000 |
tree | 1b2e028cfeb4b79a7d48c12e445d4da687372583 | |
parent | bc3b6aa3e026cb42bcc6cf1a38a180295859f29a [diff] | |
parent | 2998117ba6c8a398c389b26d8a80963afdabc90d [diff] |
Merge "Fixing the condition to run tests in tempest run"
diff --git a/tempest/cmd/run.py b/tempest/cmd/run.py index 49fb1bc..b8ae2ff 100644 --- a/tempest/cmd/run.py +++ b/tempest/cmd/run.py
@@ -170,7 +170,7 @@ blacklist_file=parsed_args.blacklist_file, black_regex=parsed_args.black_regex) - elif not (parsed_args.config_file or parsed_args.workspace): + else: serial = not parsed_args.parallel return_code = commands.run_command( filters=regex, subunit_out=parsed_args.subunit,