TEST: [WIP] Module to test for perspective network conditions
It covers following conditions for different CORD Apps(Presently for IGMP & TLS).
1. Network lag
2. Out of Order , or rearranged packets.
3. Drop packets or Duplicate packet generation
4. Burst or block of traffic.

Change-Id: I1f2c6a9c192e7caacdf86eb680f17dcf4b144573
diff --git a/src/test/setup/cord-test.py b/src/test/setup/cord-test.py
index 2613d99..6fc35a8 100755
--- a/src/test/setup/cord-test.py
+++ b/src/test/setup/cord-test.py
@@ -51,7 +51,7 @@
     IMAGE = 'cord-test/nose'
     ALL_TESTS = ('tls', 'dhcp', 'dhcprelay','igmp', 'subscriber',
     'cordSubscriber', 'vrouter', 'flows', 'proxyarp', 'acl', 'xos', 'fabric',
-    'cbench', 'cluster')
+    'cbench', 'cluster', 'netCondition')
 
     def __init__(self, tests, instance = 0, num_instances = 1, ctlr_ip = None,
                  name = '', image = IMAGE, prefix = '', tag = 'candidate',