Merge "Bugfix: task_id parameter from API can not pass to yardstick core"
[yardstick.git] / yardstick / benchmark / scenarios / networking / sfc_change_classi.bash
1 tacker sfc-classifier-delete red_http
2 tacker sfc-classifier-delete red_ssh
3
4 tacker sfc-classifier-create --name blue_http --chain blue --match source_port=0,dest_port=80,protocol=6
5 tacker sfc-classifier-create --name blue_ssh  --chain blue --match source_port=0,dest_port=22,protocol=6
6
7 tacker sfc-classifier-list