BUG-1065: translation of Ipv6ExtHeader flags to int
[openflowplugin.git] / test-scripts / openvswitch / testclass_templates.py
1 class TestClassAdd():
2     def inc_flow(self, flow_id, cookie_id):
3         raise NotImplementedError("inc_flow is not implemented")
4
5     def inc_error(self):
6         raise NotImplementedError("inc_error is not implemented")
7
8 class TestClassRemove():
9     def delete_flow_from_map(self, flow_id, cookie_id):
10         raise NotImplementedError("inc_flow is not implemented")
11