blob: 4389dd454eb489cac3581d45994aa7d531a7ede2 [file] [log] [blame]
Dan Talaycod15bed52012-04-04 10:39:52 -07001"""
2No-ingress action profile
3
4Profile for switch that does not support the IN_PORT port
5in the output action.
6
7We also don't run the port config modify test for this profile.
8"""
9
10#@var skip_test_list The list of tests to skip for this run
11skip_test_list = [
12 "PortConfigMod",
13 "FloodMinusPort",
14 "ModifyL2DstIngressMC",
15 "ModifyL2DstIngress",
16 "DirectMC",
17 "AllPlusIngress",
Ed Swierk7f2c3782012-09-14 08:38:17 -070018 "FloodPlusIngress",
19 "ModifyVIDToIngress",
Dan Talaycod15bed52012-04-04 10:39:52 -070020]
Ed Swierk018892d2012-11-30 14:08:05 -080021
22#@var run_test_list List of tests to run which would normally be skipped
23run_test_list = [
24]