Skip to content

Commit

Permalink
Merge pull request #635 from nestoracunablanco/fix/expectExitCondition
Browse files Browse the repository at this point in the history
fix: patterns in expect script and adjust timeout/exit conditions
  • Loading branch information
kubevirt-bot authored Nov 20, 2024
2 parents 75de525 + cefd112 commit e9d2c64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion automation/connect_to_rhel_console.exp
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ expect {
"*login*" {exit 0}
"*Welcome*" {exit 0}
"*A start job*" {exit 0}
exit 1
timeout {exit 1}
eof {exit 1}
}
2 changes: 1 addition & 1 deletion automation/test-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
EOF

sizes=("tiny" "small" "medium" "large")
workloads=("desktop" "server" "highperformance")
workloads=("desktop" "server")

if [[ $TARGET =~ fedora.* ]]; then
sizes=("small" "medium" "large")
Expand Down

0 comments on commit e9d2c64

Please sign in to comment.