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)