X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdata_plane%2Fvpp_lite_topo%2Fscripts%2Fvat%2Fmapping_exists.py;fp=tests%2Fdata_plane%2Fvpp_lite_topo%2Fscripts%2Fvat%2Fmapping_exists.py;h=b666a9c6e4c3ed0f253e47251508277c5401eb9d;hb=2e74e404fc9b91beeeed9103d5f8337a230412e2;hp=2015b4a70642a902292d5bfd564e4a64d7f97804;hpb=348f41abe845c78afd1f441ff6dcbd0876686b87;p=one.git 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]):