diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-05-05 08:13:04 +0000 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2023-05-05 08:13:04 +0000 |
commit | 2c1f42bc47e358e619e3197e00925da70ec68a98 (patch) | |
tree | 5c872ab6c0ba72cf637430dd0f86524ae7873699 /resources/libraries/python | |
parent | d4f8ab4aa9b8f918e31d85802dad62a225bbe775 (diff) |
fix(core): vppctl path
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ia6778b0c49906a686427b9c1ca7f5658e8993e63
Diffstat (limited to 'resources/libraries/python')
-rw-r--r-- | resources/libraries/python/ContainerUtils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/ContainerUtils.py b/resources/libraries/python/ContainerUtils.py index aae43cece3..dc3d3d0028 100644 --- a/resources/libraries/python/ContainerUtils.py +++ b/resources/libraries/python/ContainerUtils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -636,7 +636,7 @@ class ContainerEngine: # Execute puts the command into single quotes, # so inner arguments are enclosed in qouble quotes here. self.execute( - u'vppctl show pci 2>&1 | ' + u'/usr/bin/vppctl show pci 2>&1 | ' u'fgrep -v "Connection refused" | ' u'fgrep -v "No such file or directory"' ) |