Skip to content

Commit

Permalink
Merge pull request #3205 from Polber/jkinard/3204
Browse files Browse the repository at this point in the history
Issue 3204 - Comment out NMP CLI tests
  • Loading branch information
linggao authored May 12, 2022
2 parents 58abab0 + e6e1e8e commit 1dc5f44
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/gov/gov-combined.sh
Original file line number Diff line number Diff line change
Expand Up @@ -427,13 +427,13 @@ if [ "$NOSDO" != "1" ] && [ "$TESTFAIL" != "1" ]; then
fi
fi

if [ "$NOAGENTAUTO" != "1" ] && [ "$TESTFAIL" != "1" ]; then
./hzn_nmp.sh
if [ $? -ne 0 ]; then
echo "Agent Auto Upgrade test using hzn command failure."
exit 1
fi
fi
# if [ "$NOAGENTAUTO" != "1" ] && [ "$TESTFAIL" != "1" ]; then
# ./hzn_nmp.sh
# if [ $? -ne 0 ]; then
# echo "Agent Auto Upgrade test using hzn command failure."
# exit 1
# fi
# fi

if [ "$NOSURFERR" != "1" ] && [ "$TESTFAIL" != "1" ] && [ ${REMOTE_HUB} -eq 0 ]; then
if [ "$TEST_PATTERNS" == "sall" ] || [ "$TEST_PATTERNS" == "" ] && [ "$NOLOOP" == "1" ] && [ "$NONS" == "" ] && [ "$NOGPS" == "" ] && [ "$NOPWS" == "" ] && [ "$NOLOC" == "" ] && [ "$NOHELLO" == "" ] && [ "$NOK8S" == "" ]; then
Expand Down

0 comments on commit 1dc5f44

Please sign in to comment.