Skip to content

Commit

Permalink
test: node-2 to node-3 (#3957)
Browse files Browse the repository at this point in the history
node-3 is not available, moving to node-2
  • Loading branch information
aceforeverd authored Jul 11, 2024
1 parent cd905da commit b6ffe03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/steps/format_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ curTime=$(date "+%m%d%H%M")
dirName="${jobName}-${version}-${curTime}"

#set Deploy Host and Ports
Hosts=(node-3 node-4 node-1)
Hosts=(node-2 node-4 node-1)

AvaNode1Ports=$(ssh "${Hosts[0]}" "comm -23 <(seq $portFrom $portTo | sort) <(/usr/sbin/ss -Htan | awk '{print $4}' | cut -d':' -f2 | sort -u) | shuf | head -n 8")
AvaNode2Ports=$(ssh "${Hosts[1]}" "comm -23 <(seq $portFrom $portTo | sort) <(/usr/sbin/ss -Htan | awk '{print $4}' | cut -d':' -f2 | sort -u) | shuf | head -n 2")
Expand Down

0 comments on commit b6ffe03

Please sign in to comment.