diff --git a/tempest/cmd/run.py b/tempest/cmd/run.py index 986602b884..bd94fa9e38 100644 --- a/tempest/cmd/run.py +++ b/tempest/cmd/run.py @@ -161,7 +161,6 @@ class TempestRun(command.Command): # 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)