-
Notifications
You must be signed in to change notification settings - Fork 82
E2E for subscription-proxy test #465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #465 +/- ##
=======================================
Coverage 41.22% 41.22%
=======================================
Files 9 9
Lines 1887 1887
=======================================
Hits 778 778
Misses 1053 1053
Partials 56 56 Continue to review full report at Codecov.
|
This seems to work. Manager container is unable to start due to proxy setting
|
/test operator-e2e |
a597b07
to
00d273c
Compare
Seems to work detecting missing env in pods. Need to figure out what pod is missing • Failure [43.079 seconds]
Subscription Config Suite Test
/go/src/github.com/openshift/oadp-operator/tests/e2e/subscription_suite_test.go:17
Proxy test table
/go/src/github.com/openshift/oadp-operator/tests/e2e/subscription_suite_test.go:37
HTTP_PROXY set [It]
/go/src/github.com/openshift/oadp-operator/tests/e2e/subscription_suite_test.go:103
Expected
<[]v1.EnvVar | len:4, cap:4>: [
{
Name: "NODE_NAME",
Value: "",
ValueFrom: {
FieldRef: {
APIVersion: "v1",
FieldPath: "spec.nodeName",
},
ResourceFieldRef: nil,
ConfigMapKeyRef: nil,
SecretKeyRef: nil,
},
},
{
Name: "VELERO_NAMESPACE",
Value: "",
ValueFrom: {
FieldRef: {
APIVersion: "v1",
FieldPath: "metadata.namespace",
},
ResourceFieldRef: nil,
ConfigMapKeyRef: nil,
SecretKeyRef: nil,
},
},
{
Name: "VELERO_SCRATCH_DIR",
Value: "/scratch",
ValueFrom: nil,
},
{
Name: "AWS_SHARED_CREDENTIALS_FILE",
Value: "/credentials/cloud",
ValueFrom: nil,
},
]
to contain element matching
<v1.EnvVar>: {
Name: "HTTP_PROXY",
Value: "http://proxy.example.com:8080",
ValueFrom: nil,
}
/go/src/github.com/openshift/oadp-operator/tests/e2e/subscription_suite_test.go:91 |
Just added logs in 5745ca3 but the prior issue got resolved somehow. |
No description provided.