Remove fake_tests opt from test.py.
This is no longer used. Change-Id: Ife0f528da6a9de5ae0567a049f5dbfce9c4a9615
This commit is contained in:
@@ -53,9 +53,6 @@ test_opts = [
|
||||
cfg.StrOpt('sqlite_clean_db',
|
||||
default='clean.sqlite',
|
||||
help='File name of clean sqlite db'),
|
||||
cfg.BoolOpt('fake_tests',
|
||||
default=True,
|
||||
help='should we use everything for testing'),
|
||||
]
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
Reference in New Issue
Block a user