blob: bfd1c707a827c885429257f274ee253c4e10b951 [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]