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 = [
+]