Skip to content

Commit

Permalink
fix TestLibvirtKbsKeyRelease skip
Browse files Browse the repository at this point in the history
make align with test/e2e/main_test.go#L106

Signed-off-by: Yan Song Liu <lysliu@cn.ibm.com>
  • Loading branch information
lysliu committed Jul 30, 2024
1 parent 18b1d7d commit a8b6457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud-api-adaptor/test/e2e/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const WAIT_DEPLOYMENT_AVAILABLE_TIMEOUT = time.Second * 180
const DEFAULT_AUTH_SECRET = "auth-json-secret-default"

func isTestWithKbs() bool {
return os.Getenv("TEST_KBS") == "yes"
return os.Getenv("TEST_KBS") == "yes" || os.Getenv("TEST_KBS") == "true"
}

// Setup of Trustee Operator is required for this test
Expand Down

0 comments on commit a8b6457

Please sign in to comment.