nova/nova/tests/virt/baremetal/db
Joe Gordon 8ff53b4267 Fix and Gate on H303 (no wildcard imports)
Wildcard imports make reading code unnecessarily confusing because they
make it harder to see where a functions comes from.  We had two types of
wildcard imports in the code. Unneeded ones in test files that are just
removed, and some that we actually want which are kept using the '#
noqa' comment to tell flake8 to skip specific checks (such as H303)
for that line.

Change-Id: Id4705011579659fd74a4aaa05ac541e9694c483e
2013-07-30 14:34:31 -07:00
..
__init__.py Fix and Gate on H303 (no wildcard imports) 2013-07-30 14:34:31 -07:00
base.py baremetal: Move tests under tests/virt/baremetal 2013-05-21 17:34:49 +00:00
test_bm_interface.py baremetal: Move tests under tests/virt/baremetal 2013-05-21 17:34:49 +00:00
test_bm_node.py baremetal: Move tests under tests/virt/baremetal 2013-05-21 17:34:49 +00:00
utils.py Drop `bm_pxe_ips` table from baremetal database. 2013-06-14 15:42:07 +03:00