adding eapol rule to q-in-q multi test
diff --git a/olt.py b/olt.py
index ea373bd..f116524 100644
--- a/olt.py
+++ b/olt.py
@@ -755,12 +755,16 @@
         self.assertFalse(found, "Removed incorrect flow rule")
 
 
-class MultipleDoubleTaggingForwarding(OltBaseTest):
+class MultipleDoubleTaggingForwarding(EapolPacketIn):
 
     def runTest(self):
         logging.info("Testing multiple Q-in-Q rules")
         delete_all_flows(self.controller)
 
+        super(MultipleDoubleTaggingForwarding, self).runTest()
+
+        time.sleep(1)
+
         self.installDoubleTaggingRules(10, 5, cookie=42, onu = onu_port)
 
         time.sleep(1)