commit | e88c95c88301fb2c3ace1e3e91eabda8950f4e89 | [log] [tgz] |
---|---|---|
author | Chetan Gaonker <chetang@calsoftlabs.com> | Wed Mar 02 05:21:47 2016 -0800 |
committer | Chetan Gaonker <chetang@calsoftlabs.com> | Wed Mar 02 05:21:47 2016 -0800 |
tree | 5c617eda44eed8f992452096603b3a41480c3be4 | |
parent | 35cb16f1de7200649140e2323530e3bf4b7a0280 [diff] |
Import the right IGMP module in igmp test case.
diff --git a/src/test/igmp/igmpTest.py b/src/test/igmp/igmpTest.py index b92b58b..28c243a 100644 --- a/src/test/igmp/igmpTest.py +++ b/src/test/igmp/igmpTest.py
@@ -13,8 +13,7 @@ CORD_TEST_UTILS = 'utils' test_root = os.getenv('CORD_TEST_ROOT') or './' sys.path.append(test_root + CORD_TEST_UTILS) -#from IGMP import * -from IGMP_scapy import * +from IGMP import * from McastTraffic import * from Stats import Stats log.setLevel('INFO')