commit | b5a09bcca6520a7b2ba4e990d069e9cabdf70a1b | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Wed Mar 02 13:26:43 2016 -0800 |
committer | alshabib <alshabibi.ali@gmail.com> | Wed Mar 02 13:26:43 2016 -0800 |
tree | b5a045488c97f24567692b8ceca86552a03e463a | |
parent | 57a536adfb5983593e63d1aa9c2ff5c1de0d4f84 [diff] |
installing eapol rule only
diff --git a/olt.py b/olt.py index f116524..94c90f3 100644 --- a/olt.py +++ b/olt.py
@@ -755,13 +755,13 @@ self.assertFalse(found, "Removed incorrect flow rule") -class MultipleDoubleTaggingForwarding(EapolPacketIn): +class MultipleDoubleTaggingForwarding(OltBaseTest): def runTest(self): logging.info("Testing multiple Q-in-Q rules") delete_all_flows(self.controller) - super(MultipleDoubleTaggingForwarding, self).runTest() + self.processEapolRule(onu_port) time.sleep(1)