diff options
Diffstat (limited to 'test/vpp_running.py')
-rw-r--r-- | test/vpp_running.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/vpp_running.py b/test/vpp_running.py index e1ffe376546..f31a1327b4a 100644 --- a/test/vpp_running.py +++ b/test/vpp_running.py @@ -34,7 +34,6 @@ def use_running(cls): class RunningVPP: - api_sock = "" # api_sock file path stats_sock = "" # stats sock_file path socket_dir = "" # running VPP's socket directory |