blob: c9abc63700231f8def3d637b1372faf78434a592 [file] [log] [blame]
"""
No-ingress action profile
Profile for switch that does not support the IN_PORT port
in the output action.
We also don't run the port config modify test for this profile.
"""
#@var skip_test_list The list of tests to skip for this run
skip_test_list = [
"PortConfigMod",
"FloodMinusPort",
"ModifyL2DstIngressMC",
"ModifyL2DstIngress",
"DirectMC",
"AllPlusIngress",
"FloodPlusIngress"
]