I hereby claim:
- I am cemsbr on github.
- I am cemsbr (https://keybase.io/cemsbr) on keybase.
- I have a public key whose fingerprint is 704A D2E9 1B5F 7232 D8F8 7B43 D0A3 D022 E989 613F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| [tox] | |
| envlist = py36 | |
| [testenv] | |
| whitelist_externals= | |
| rm | |
| make | |
| commands= | |
| ; Force packaging even if setup.{py,cfg} haven't changed |
| <!DOCTYPE html> | |
| <script>//<![CDATA[ | |
| document.write('<script src="//' + (location.hostname || 'localhost') + ':35729/livereload.js?snipver=1"><\/script>') | |
| //]]></script> | |
| <meta charset="utf-8"> | |
| <style> | |
| body { | |
| font: 10px sans-serif; |
| { | |
| "data": [ | |
| { | |
| "actions": [ | |
| { | |
| "port": 2, | |
| "type": "action_output" | |
| } | |
| ], | |
| "buffer_id": null, |
| { | |
| "data": [ | |
| { | |
| "actions": [ | |
| { | |
| "port": 2, | |
| "type": "action_output" | |
| } | |
| ], | |
| "buffer_id": null, |
| { | |
| "data": [ | |
| { | |
| "actions": [ | |
| { | |
| "port": 2, | |
| "type": "action_output" | |
| } | |
| ], | |
| "buffer_id": null, |
| { | |
| "data": [ | |
| { | |
| "actions": [ | |
| { | |
| "port": 2, | |
| "type": "action_output" | |
| } | |
| ], | |
| "buffer_id": null, |
| { | |
| "data": { | |
| "byte_count": [], | |
| "packet_count": [], | |
| "timestamps": [] | |
| } | |
| } |
| { | |
| "data": [ | |
| { | |
| "byte_count": 2.210526315789474, | |
| "flow_id": "270c2bf0814144dd2d61754c99c36ea7", | |
| "packet_count": 0.05263157894736842 | |
| }, | |
| { | |
| "byte_count": 1061.964344855589, | |
| "flow_id": "28839aa2f877f12efb7936affe6e2ad5", |
| import unittest | |
| from pyof.v0x01.controller2switch.barrier_reply import BarrierReply | |
| from tests.rawdump import RawDump | |
| class TestBarrierReply(unittest.TestCase): | |
| def setUp(self): | |
| self.message = BarrierReply(xid=5) | |
| self.raw_file = RawDump('v0x01').read('ofpt_barrier_reply') |