Test: Add cbench test case for igmp join leave loop test.
cbench code was modified as in cbench.patch to add igmp packet in support.
Disable vtn app activation as it is buggy and fails activation.

Change-Id: Ia37ad3d9e6011b970e24bcb9e0a2bb783e334545
diff --git a/src/test/utils/CordContainer.py b/src/test/utils/CordContainer.py
index 6f8e037..ce23271 100644
--- a/src/test/utils/CordContainer.py
+++ b/src/test/utils/CordContainer.py
@@ -288,7 +288,7 @@
     onos_cord_apps = ( ('cord-config', '1.0-SNAPSHOT'),
                        ('aaa', '1.0-SNAPSHOT'),
                        ('igmp', '1.0-SNAPSHOT'),
-                       ('vtn', '1.0-SNAPSHOT'),
+                       #('vtn', '1.0-SNAPSHOT'),
                        )
     ports = [ 8181, 8101, 9876, 6653, 6633, 2000, 2620 ]
     setup_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', 'setup')