commit | e165af2d984971fb301bb8a16a16217a4775a6e1 | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Tue Mar 01 21:42:17 2016 -0800 |
committer | alshabib <alshabibi.ali@gmail.com> | Tue Mar 01 21:42:17 2016 -0800 |
tree | d8c546922c57d34bae89d47e0be5753c4f7b175c | |
parent | fe52550a5b80ac31de21c6bfa3e58d892659f7e8 [diff] |
more typos
diff --git a/olt.py b/olt.py index 71aadb6..cc55ba9 100644 --- a/olt.py +++ b/olt.py
@@ -807,12 +807,14 @@ def runTest(self): logging.info("Testing Rule removal") - delete_all_flows(self.controller) + delete_all_flows(self.controller) processEapolRule(self, onu_port) + #wait for the rule to settle time.sleep(3) installDoubleTaggingRule(1, 2, self.controller) + #wait for the rules to settle time.sleep(3)