summaryrefslogtreecommitdiffstats
path: root/test/test_ietf_interfaces.py
diff options
context:
space:
mode:
authorPavel Kotucek <pavel.kotucek@pantheon.tech>2019-05-22 15:23:41 +0200
committerHongjun Ni <hongjun.ni@intel.com>2019-05-23 04:13:53 +0000
commit931b7d52a023ea73e596d90c6e9e938de903100b (patch)
tree2a65632d12bb35f1892e76b8ccd804ab84da21b8 /test/test_ietf_interfaces.py
parentce1a0daa15be4c3b7a3df64ea57ad231664e700f (diff)
Docker test improvementsvom
Small changes to enable kept running vpp and sysrepo instances after test execution. Fixed typos (file name and and method in py file). Change-Id: I32e56464e61bf1548984ea9845a8d08cf6a3917b Signed-off-by: Pavel Kotucek <pavel.kotucek@pantheon.tech>
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()