Skip to content

Commit 8ac2ed1

Browse files
authored
Include TO API v5 in CiaB TO API Tests (#7147)
1 parent ba2456b commit 8ac2ed1

File tree

1 file changed

+2
-2
lines changed
  • infrastructure/cdn-in-a-box/traffic_ops_integration_test

1 file changed

+2
-2
lines changed

infrastructure/cdn-in-a-box/traffic_ops_integration_test/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ done
4141
source config.sh
4242

4343
exit_code=0
44-
for api_version in v{3..4}; do
44+
for api_version in v{3..5}; do
4545
./traffic_ops_${api_version}_integration_test -test.v -cfg=traffic-ops-test.conf -fixtures=tc-fixtures-${api_version}.json 2>&1 | ./go-junit-report --package-name=golang.test.toapi.${api_version} --set-exit-code > /junit/golang.test.toapi.${api_version}.xml && find /junit -type 'f' | xargs chmod 664
4646
declare ${api_version}_exit_code=$?
4747
done
4848

49-
cat /junit/golang.test.toapi.v{2..4}.xml
49+
cat /junit/golang.test.toapi.v{3..5}.xml
5050

5151

5252
if [[ $v3_exit_code -eq 0 && $v4_exit_code -eq 0 ]]; then

0 commit comments

Comments
 (0)