X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Fentry%2Fcheck_crc.sh;h=5860bcbca5e45ec36749e984b25c1560f6a23946;hb=8079ed2ff7e2fdd41474d286b98cd9be19481f7a;hp=6c91d28a3402700b741219eb47a2060c46965d92;hpb=29726f92698452f51033fc3ab52f112b74eae594;p=csit.git diff --git a/resources/libraries/bash/entry/check_crc.sh b/resources/libraries/bash/entry/check_crc.sh index 6c91d28a34..5860bcbca5 100644 --- a/resources/libraries/bash/entry/check_crc.sh +++ b/resources/libraries/bash/entry/check_crc.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2019 Cisco and/or its affiliates. +# Copyright (c) 2021 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: @@ -41,5 +41,5 @@ set_perpatch_vpp_dir || die activate_virtualenv "${VPP_DIR}" || die # TODO: Create bash functions for the following one-liners? make json-api-files || die "Generation of .api.json files failed." -python csit/resources/tools/integrated/check_crc.py +python3 csit/resources/tools/integrated/check_crc.py # RuntimeError causes nonzero return code, to vote -1.