nova/smoketests
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 Remove outdated moduleauthor tags 2012-10-01 15:25:47 -07:00
base.py Remove trivial cases of unused variables (1) 2013-06-13 17:04:08 +00:00
flags.py Fix and Gate on H303 (no wildcard imports) 2013-07-30 14:34:31 -07:00
proxy.sh Make proxy.sh work with both openbsd and traditional variants of netcat. 2011-03-18 11:27:38 +01:00
public_network_smoketests.py Remove trivial cases of unused variables (1) 2013-06-13 17:04:08 +00:00
random.image remove openwrt image 2011-08-15 11:31:44 -07:00
random.kernel remove openwrt image 2011-08-15 11:31:44 -07:00
requirements.txt Record smoketest dependency on gFlags 2013-05-09 20:48:36 +00:00
run_tests.py Enabled hacking check for Python3 compatible print (H233) 2013-07-29 15:26:56 -07:00
test_netadmin.py Fix and gate on E125 2013-07-04 08:49:45 +02:00
test_sysadmin.py Remove trivial cases of unused variables (1) 2013-06-13 17:04:08 +00:00