aboutsummaryrefslogtreecommitdiffstats
path: root/test/resources/libraries/python/VatExecutor.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources/libraries/python/VatExecutor.py')
-rw-r--r--test/resources/libraries/python/VatExecutor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/resources/libraries/python/VatExecutor.py b/test/resources/libraries/python/VatExecutor.py
index 55a0454bcb5..f10259b5006 100644
--- a/test/resources/libraries/python/VatExecutor.py
+++ b/test/resources/libraries/python/VatExecutor.py
@@ -19,7 +19,7 @@ __all__ = []
class VatExecutor(object):
__TMP_DIR = "/tmp/"
- __VAT_BIN = "vpe_api_test"
+ __VAT_BIN = "vpp_api_test"
def __init__(self):
self._stdout = None
@@ -53,7 +53,7 @@ class VatExecutor(object):
logger.trace("stdout: '{0}'".format(self._stdout))
logger.trace("stderr: '{0}'".format(self._stderr))
- #TODO: download vpe_api_test output file
+ #TODO: download vpp_api_test output file
self._delete_files(node, remote_file_path, remote_file_out)
def _delete_files(self, node, *files):