blob: c9abc63700231f8def3d637b1372faf78434a592 [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",
18 "FloodPlusIngress"
19]