fix(core): vppctl path 60/38760/1
authorpmikus <peter.mikus@protonmail.ch>
Fri, 5 May 2023 08:13:04 +0000 (08:13 +0000)
committerpmikus <peter.mikus@protonmail.ch>
Fri, 5 May 2023 08:13:04 +0000 (08:13 +0000)
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ia6778b0c49906a686427b9c1ca7f5658e8993e63

resources/libraries/python/ContainerUtils.py

index aae43ce..dc3d3d0 100644 (file)
@@ -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:
 # 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(
                 # 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"'
                 )
                     u'fgrep -v "Connection refused" | '
                     u'fgrep -v "No such file or directory"'
                 )