1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

remove comments

This commit is contained in:
shivkumar dudhani 2019-10-14 14:17:16 -07:00
parent d98ba1ab1a
commit 9b9f6686cb

View file

@ -6,18 +6,10 @@ func Test_Mutate_EndPoint(t *testing.T) {
testScenario(t, "/test/scenarios/other/scenario_mutate_endpoint.yaml")
}
// func Test_Mutate_imagePullPolicy(t *testing.T) {
// testScenario(t, "/test/scenarios/test/scenario_mutate_imagePullPolicy.yaml")
// }
func Test_Mutate_Validate_qos(t *testing.T) {
testScenario(t, "/test/scenarios/other/scenario_mutate_validate_qos.yaml")
}
// func Test_validate_containerSecurityContext(t *testing.T) {
// testScenario(t, "/test/scenarios/test/scenario_validate_containerSecurityContext.yaml")
// }
func Test_validate_deny_runasrootuser(t *testing.T) {
testScenario(t, "test/scenarios/samples/best_practices/scenario_validate_deny_runasrootuser.yaml")
}
@ -40,22 +32,10 @@ func Test_generate_networkPolicy(t *testing.T) {
// namespace is blank, not "default" as testrunner evaulates the policyengine, but the "default" is added by kubeapiserver
// func Test_validate_image_pullpolicy_notalways_deny(t *testing.T) {
// testScenario(t, "test/scenarios/test/scenario_validate_image_pullpolicy_notalways_deny.yaml")
// }
// func Test_validate_image_pullpolicy_notalways_pass(t *testing.T) {
// testScenario(t, "test/scenarios/test/scenario_validate_image_pullpolicy_notalways_pass.yaml")
// }
func Test_validate_require_image_tag_not_latest_deny(t *testing.T) {
testScenario(t, "test/scenarios/samples/best_practices/scenario_valiadate_require_image_tag_not_latest_deny.yaml")
}
// func Test_validate_require_image_tag_not_latest_notag(t *testing.T) {
// testScenario(t, "test/scenarios/test/scenario_valiadate_require_image_tag_not_latest_notag.yaml")
// }
func Test_validate_require_image_tag_not_latest_pass(t *testing.T) {
testScenario(t, "test/scenarios/samples/best_practices/scenario_valiadate_require_image_tag_not_latest_pass.yaml")
}