summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/scripts/vat/mapping_exists.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/scripts/vat/mapping_exists.py')
-rwxr-xr-xtests/data_plane/vpp_lite_topo/scripts/vat/mapping_exists.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data_plane/vpp_lite_topo/scripts/vat/mapping_exists.py b/tests/data_plane/vpp_lite_topo/scripts/vat/mapping_exists.py
index 2015b4a..b666a9c 100755
--- a/tests/data_plane/vpp_lite_topo/scripts/vat/mapping_exists.py
+++ b/tests/data_plane/vpp_lite_topo/scripts/vat/mapping_exists.py
@@ -29,7 +29,7 @@ def verify_mapping(vat_exec, prefix, mapping, vat_path):
if __name__ == "__main__":
if len(sys.argv) < 4:
- raise Exception('expecteds 4 parameters: VAT executable, shared prefix '
+ raise Exception('expected 4 parameters: VAT executable, shared prefix '
+ ' name, mapping expected, path to vat templates!')
if verify_mapping(sys.argv[1], sys.argv[2], sys.argv[3], sys.argv[4]):