Test : Renamed file and directory for mininet to
mini as import of mininet.net and mininet test directory name mixes up.
This fix integrates 25 new test scenarios based on topology creation,
iperf, and mininet as a emulator tool.

Change-Id: I2bba9e126ff5690565670c11e12144e7c26e639a
diff --git a/src/test/setup/cord-test.py b/src/test/setup/cord-test.py
index 3cba9f9..bb261ad 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', 'netCondition', 'cordvtn', 'iperf')
+    'cbench', 'cluster', 'netCondition', 'cordvtn', 'iperf', 'mini')
 
     def __init__(self, tests, instance = 0, num_instances = 1, ctlr_ip = None,
                  name = '', image = IMAGE, prefix = '', tag = 'candidate',