Fix tempest.conf generation
Command 'tox -egenconfig' fails for tempest if gce-api installed in the system. Change-Id: I10829c050da93cfcc5ebe878a12fd80015dcbe4a
This commit is contained in:
parent
78a1b31c00
commit
967108eafe
@ -35,4 +35,4 @@ class GCETempestPlugin(plugins.TempestPlugin):
|
|||||||
gce_config.OPTIONS)
|
gce_config.OPTIONS)
|
||||||
|
|
||||||
def get_opt_lists(self):
|
def get_opt_lists(self):
|
||||||
return [(gce_config.OPTIONS_GROUP.name, config.OPTIONS)]
|
return [(gce_config.OPTIONS_GROUP.name, gce_config.OPTIONS)]
|
||||||
|
Loading…
Reference in New Issue
Block a user