added
diff --git a/tests/actions.py b/tests/actions.py
index 49f8b65..9e4cb59 100644
--- a/tests/actions.py
+++ b/tests/actions.py
@@ -451,7 +451,7 @@
         self.assertTrue(pkt is not None, 'Packet not received')
 
 
-class AddvlanTag(basic.SimpleDataPlane):
+class AddVlanTag(basic.SimpleDataPlane):
     
     """AddVlanTag : Adds VLAN Tag to untagged packet."""