data model: add TF test #4

Closed
kiara wants to merge 76 commits from data-model-tf-test into main
Showing only changes of commit c5d4d8e1e6 - Show all commits

View file

@ -96,7 +96,6 @@ in
eval "export $(echo $json | jq -r 'to_entries | map("\(.key)=\(.value)") | @sh')" eval "export $(echo $json | jq -r 'to_entries | map("\(.key)=\(.value)") | @sh')"
host="root@${nodeName}" host="root@${nodeName}"
sshOpts=( sshOpts=(
-o BatchMode=yes
-o StrictHostKeyChecking=no -o StrictHostKeyChecking=no
-o "ConnectTimeout=1" -o "ConnectTimeout=1"
-o "ServerAliveInterval=1" -o "ServerAliveInterval=1"