aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ietf_interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ietf_interfaces.py')
-rw-r--r--test/test_ietf_interfaces.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_ietf_interfaces.py b/test/test_ietf_interfaces.py
index 55ef029..2b421d3 100644
--- a/test/test_ietf_interfaces.py
+++ b/test/test_ietf_interfaces.py
@@ -17,14 +17,14 @@
import unittest
import util
-from framewrok import SweetcombTestCase
+from framework import SweetcombTestCase
class TestIetfInterfaces(SweetcombTestCase):
def setUp(self):
super(TestIetfInterfaces, self).setUp()
- self.create_topoly()
+ self.create_topology()
def tearDown(self):
super(TestIetfInterfaces, self).setUp()