Remove fake_tests opt from test.py.

This is no longer used.

Change-Id: Ife0f528da6a9de5ae0567a049f5dbfce9c4a9615
This commit is contained in:
Dan Prince
2012-12-18 11:28:36 -05:00
parent 0350456710
commit 8aa699b6b6

View File

@@ -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