We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4031688 commit 3eef90dCopy full SHA for 3eef90d
internal/provider/tests/acceptance/setup/acceptance_test_env_prepare.go
@@ -106,7 +106,6 @@ func IsTestVMRunning(host string) bool {
106
if errr != nil {
107
log.Fatal(errr)
108
}
109
- fmt.Println("Response Status:", result)
110
return result[0]["state"] != "SHUTOFF"
111
112
@@ -141,16 +140,13 @@ func main() {
141
140
142
if !DoesTestVMExist(host) {
143
log.Fatal("Test VM is missing")
144
- os.Exit(1)
145
146
147
if IsTestVMRunning(host) {
148
log.Fatal("Test VM is RUNNING and should be turned off before the testing begins")
149
150
151
152
if !DoesVirtualDiskExist(host) {
153
log.Fatal("Test Virtual disk is missing")
154
155
156
0 commit comments