diff options
author | Ole Troan <ot@cisco.com> | 2018-12-21 16:04:22 +0100 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2018-12-21 16:14:15 +0000 |
commit | a45dc07c153c4dd350b02fd30de471bbdb838ac9 (patch) | |
tree | eb1f71429e98c30fc30d75d3ec39eb060817d407 /test/test_punt.py | |
parent | b7778b6310b57a13626041ed8613cea37d41c9ca (diff) |
Revert "tests: Rework vpp config generation."
This reverts commit 919efad2671993d4c6d5a0dba8eeb99d5c60edf1.
Change-Id: I5ec4fa08a03f508dac684dc1ddbd7e6b85c49b97
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'test/test_punt.py')
-rw-r--r-- | test/test_punt.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_punt.py b/test/test_punt.py index b20dc76c61d..d57a847ef0c 100644 --- a/test/test_punt.py +++ b/test/test_punt.py @@ -121,8 +121,8 @@ class TestPuntSocket(VppTestCase): @classmethod def setUpConstants(cls): - tempdir = cls.tempdir - cls.config.add('punt', 'socket', '%s/socket_punt' % cls.tempdir) + cls.extra_vpp_punt_config = [ + "punt", "{", "socket", cls.tempdir+"/socket_punt", "}"] super(TestPuntSocket, cls).setUpConstants() def setUp(self): |