Dan Talayco | d15bed5 | 2012-04-04 10:39:52 -0700 | [diff] [blame] | 1 | """ |
| 2 | No-ingress action profile |
| 3 | |
| 4 | Profile for switch that does not support the IN_PORT port |
| 5 | in the output action. |
| 6 | |
| 7 | We 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 |
| 11 | skip_test_list = [ |
| 12 | "PortConfigMod", |
| 13 | "FloodMinusPort", |
| 14 | "ModifyL2DstIngressMC", |
| 15 | "ModifyL2DstIngress", |
| 16 | "DirectMC", |
| 17 | "AllPlusIngress", |
Ed Swierk | 7f2c378 | 2012-09-14 08:38:17 -0700 | [diff] [blame] | 18 | "FloodPlusIngress", |
| 19 | "ModifyVIDToIngress", |
Dan Talayco | d15bed5 | 2012-04-04 10:39:52 -0700 | [diff] [blame] | 20 | ] |