diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-12-20 16:37:23 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-12-20 16:37:23 +0000 |
| commit | 143130307c7d1ab41d262b71471f3a06cb6f148a (patch) | |
| tree | ad4f9134df4dea0c8938aec85bba89baaa458965 | |
| parent | 59206947af095cbeadde27a88a40eb4fec266948 (diff) | |
| parent | 29d4eb289e812ea989702420a4b5b57b6f95de06 (diff) | |
| download | nova-143130307c7d1ab41d262b71471f3a06cb6f148a.tar.gz nova-143130307c7d1ab41d262b71471f3a06cb6f148a.tar.xz nova-143130307c7d1ab41d262b71471f3a06cb6f148a.zip | |
Merge "Remove fake_tests opt from test.py."
| -rw-r--r-- | nova/test.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/test.py b/nova/test.py index 08d426874..c4f631413 100644 --- a/nova/test.py +++ b/nova/test.py @@ -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 |
