Skip to content

Commit

Permalink
use IP address instead of hostname in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Apr 30, 2024
1 parent c4b3fa7 commit 0ee1b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/cli_tests_training.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ echo "\n"
echo "====================================="
echo "Running aggregator submission step"
echo "====================================="
# HOSTNAME_=$(hostname -I | cut -d " " -f 1) # todo: figure this out
HOSTNAME_=$(hostname -A | cut -d " " -f 1)
HOSTNAME_=$(hostname -I | cut -d " " -f 1) # todo: figure this out
# HOSTNAME_=$(hostname -A | cut -d " " -f 1)
medperf aggregator submit -n aggreg -a $HOSTNAME_ -p 50273 -m $TRAINCUBE_UID
checkFailed "aggregator submission step failed"
AGG_UID=$(medperf aggregator ls | grep aggreg | tr -s ' ' | awk '{$1=$1;print}' | cut -d ' ' -f 1)
Expand Down

0 comments on commit 0ee1b7f

Please sign in to comment.