commit | 018892d0517ee623240e5fbbcc6429f7d304419b | [log] [tgz] |
---|---|---|
author | Ed Swierk <eswierk@bigswitch.com> | Fri Nov 30 14:08:05 2012 -0800 |
committer | Ed Swierk <eswierk@bigswitch.com> | Tue Dec 11 16:29:06 2012 -0800 |
tree | 7831e4e98f4b4d03cf296c9f2eeecd73ce32bd31 | |
parent | ab0bab3d52c110ee57c16014ba36d07bd5e20558 [diff] [blame] |
Add run_test_list to noing profile
diff --git a/profiles/noing.py b/profiles/noing.py index bfd1c70..4389dd4 100644 --- a/profiles/noing.py +++ b/profiles/noing.py
@@ -18,3 +18,7 @@ "FloodPlusIngress", "ModifyVIDToIngress", ] + +#@var run_test_list List of tests to run which would normally be skipped +run_test_list = [ +]