X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=tests%2Flearn.at;h=31ff4fd0c9eb0abecf26e04f39c95ec3ab4b6b98;hb=25f599fbd3452a0b1dbb0f22c2f54b2cc0f93bc9;hp=97d78bf0f59ea0d4977239c242f09bd851a7fc32;hpb=ca5792f0d80ffd5202dfe2db9baba356c33461fa;p=cascardo%2Fovs.git diff --git a/tests/learn.at b/tests/learn.at index 97d78bf0f..31ff4fd0c 100644 --- a/tests/learn.at +++ b/tests/learn.at @@ -327,7 +327,7 @@ NXST_FLOW reply: # Check that the first packet went out port 2 and the rest out port 3. AT_CHECK( - [(ovs-ofctl dump-ports br0 2; ovs-ofctl dump-ports br0 3) | STRIP_XIDS], [0], + [(ovs-ofctl dump-ports br0 2; ovs-ofctl dump-ports br0 3) | strip_xids], [0], [OFPST_PORT reply: 1 ports port 2: rx pkts=0, bytes=0, drop=0, errs=0, frame=0, over=0, crc=0 tx pkts=1, bytes=60, drop=0, errs=0, coll=0 @@ -378,7 +378,7 @@ done # Check that the first packet of each flow went out port 2 and the rest out # port 3. AT_CHECK( - [(ovs-ofctl dump-ports br0 2; ovs-ofctl dump-ports br0 3) | STRIP_XIDS], [0], + [(ovs-ofctl dump-ports br0 2; ovs-ofctl dump-ports br0 3) | strip_xids], [0], [OFPST_PORT reply: 1 ports port 2: rx pkts=0, bytes=0, drop=0, errs=0, frame=0, over=0, crc=0 tx pkts=2, bytes=120, drop=0, errs=0, coll=0 @@ -464,7 +464,7 @@ done # Check that the first packet of each flow went out port 2 and the rest out # port 3. AT_CHECK( - [(ovs-ofctl dump-ports br0 2; ovs-ofctl dump-ports br0 3) | STRIP_XIDS], [0], + [(ovs-ofctl dump-ports br0 2; ovs-ofctl dump-ports br0 3) | strip_xids], [0], [OFPST_PORT reply: 1 ports port 2: rx pkts=0, bytes=0, drop=0, errs=0, frame=0, over=0, crc=0 tx pkts=3, bytes=180, drop=0, errs=0, coll=0