Skip to content

Commit

Permalink
fix(uat): test where is ip command
Browse files Browse the repository at this point in the history
  • Loading branch information
bgklika committed Aug 4, 2023
1 parent ab01d15 commit a897eb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions uat/codebuild/uat_linux_buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ phases:
java: corretto11
build:
commands:
- curl -s https://d2s8p88vqu9w66.cloudfront.net/releases/greengrass-nucleus-latest.zip > /tmp/greengrass-nucleus-latest.zip
- mvn -DskipTests=false -U -ntp clean verify -f uat/pom.xml
- java -Dggc.archive=/tmp/greengrass-nucleus-latest.zip -Dtags="$CUCUMBER_TAGS" -jar uat/testing-features/target/client-devices-auth-testing-features.jar 2>&1 | tee build.log
- ls -la /usr/sbin/ip
- echo $PATH
- /usr/sbin/ip address list
- ip address list

artifacts:
files:
- 'testResults/**/*'
- 'build.log'
name: 'AuthUatLinuxLogs.zip'

reports:
Expand Down

0 comments on commit a897eb9

Please sign in to comment.