summaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorYAMADA Hideki <yamada.hideki@po.ntts.co.jp>2013-05-21 13:13:58 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-05-23 07:42:46 +0900
commit524f79ebb2516a830a04fc33f54e768adb353fc3 (patch)
tree3c1cefa696a8ea489f64d89f9578fe26577c2869 /bin
parentce48a7da7065c863e875ef354081df7d62a32155 (diff)
test_parser_v10: remove tests for __str__
Following errors occur at current master (commit 21692141dc7e8be2d44338ce4eff5af584e4ff8f) ====================================================================== ERROR: test_parser (ryu.tests.unit.ofproto.test_parser_v10.TestOFPFlowRemoved) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/hideki/ryu/ryu/tests/unit/ofproto/test_parser_v10.py", line 4080, in test_parser eq_(str(cookie['val']), check['cookie']) KeyError: 'cookie' ====================================================================== ERROR: test_parser (ryu.tests.unit.ofproto.test_parser_v10.TestOFPPacketIn) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/hideki/ryu/ryu/tests/unit/ofproto/test_parser_v10.py", line 3782, in test_parser ok_(self._test_parser()) File "/home/hideki/ryu/ryu/tests/unit/ofproto/test_parser_v10.py", line 3774, in _test_parser eq_(str(buffer_id['val']), check['buffer_id']) KeyError: 'buffer_id' ====================================================================== ERROR: test_parser_padding (ryu.tests.unit.ofproto.test_parser_v10.TestOFPPacketIn) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/hideki/ryu/ryu/tests/unit/ofproto/test_parser_v10.py", line 3785, in test_parser_padding ok_(self._test_parser(True)) File "/home/hideki/ryu/ryu/tests/unit/ofproto/test_parser_v10.py", line 3774, in _test_parser eq_(str(buffer_id['val']), check['buffer_id']) KeyError: 'buffer_id' ====================================================================== ERROR: test_str (ryu.tests.unit.ofproto.test_parser_v10.TestOFPQueuePropMinRate) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/hideki/ryu/ryu/tests/unit/ofproto/test_parser_v10.py", line 2615, in test_str eq_(check['rate'], str(self.rate['val'])) KeyError: 'rate' ====================================================================== ERROR: test_str (ryu.tests.unit.ofproto.test_parser_v10.TestOFPQueuePropNone) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/hideki/ryu/ryu/tests/unit/ofproto/test_parser_v10.py", line 2564, in test_str eq_(check['property'], str(self.property['val'])) KeyError: 'property' ====================================================================== ERROR: test_parser (ryu.tests.unit.ofproto.test_parser_v10.TestOFPSwitchFeatures) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/hideki/ryu/ryu/tests/unit/ofproto/test_parser_v10.py", line 3580, in test_parser eq_(check['ports'].find('OFPPhyPort'), 0) KeyError: 'ports' Signed-off-by: YAMADA Hideki <yamada.hideki@po.ntts.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions