commit | beb7716bb4204bdc43758cd0b38e475088b0f190 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.openstack.org> | Thu Feb 22 09:10:51 2018 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Feb 22 09:10:51 2018 +0000 |
tree | 7cc4af3979744dc1a2ab16357d35b295c11eeab5 | |
parent | 49bc282ff191ae8b736e882f0568ae2ce3fcde35 [diff] | |
parent | e377cab5edd343b8214da2c2ebc44b2c2da790cf [diff] |
Merge "Remove leftover call to _create_stestrepository"
diff --git a/tempest/cmd/run.py b/tempest/cmd/run.py index 986602b..bd94fa9 100644 --- a/tempest/cmd/run.py +++ b/tempest/cmd/run.py
@@ -161,7 +161,6 @@ # local execution with config file mode elif parsed_args.config_file: self._create_stestr_conf() - self._create_stestrepository() elif not os.path.isfile('.stestr.conf'): print("No .stestr.conf file was found for local execution") sys.exit(2)