You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've completed cmd-exclude-prefixes-k8s and now we can cover the application by integration tests.
Test scenarios
We need to cover the next scenarios:
Verify that cmd-exclude-prefixes-k8s can correctly read cluster prefixes from kube-system configmap.
Verify that cmd-exclude-prefixes-k8s can correctly collect prefixes if configmap from scenario1 is missed.
Verify that cmd-exclude-prefixes-k8s can correctly read user's prefixes
3.1. Verify deleting the user's prefixes.
3.2. Verify updating the user's prefixes.
3.3. Verify adding the user's prefixes.
Verify that cmd-exclude-prefixes-k8s can correctly read prefixes from envs.
4.1. Verify that cmd-exclude-prefixes-k8s is working fine with correct prefixes from envs.
4.2. Verify that cmd-exclude-prefixes-k8s is failing with incorrect prefixes from envs.
Verify collision prefixes collision cases.
Testing notes
We have not completed tests for nsmgr + nsc yet, and for first step we can collect prefixes into alpine pod via shared volume. And check file source via kubectl cp, kubectl exec -ti "pod name" -- cat "path".
The text was updated successfully, but these errors were encountered:
Description
We've completed
cmd-exclude-prefixes-k8s
and now we can cover the application by integration tests.Test scenarios
We need to cover the next scenarios:
cmd-exclude-prefixes-k8s
can correctly read cluster prefixes from kube-system configmap.cmd-exclude-prefixes-k8s
can correctly collect prefixes if configmap from scenario1 is missed.cmd-exclude-prefixes-k8s
can correctly read user's prefixes3.1. Verify deleting the user's prefixes.
3.2. Verify updating the user's prefixes.
3.3. Verify adding the user's prefixes.
cmd-exclude-prefixes-k8s
can correctly read prefixes from envs.4.1. Verify that
cmd-exclude-prefixes-k8s
is working fine with correct prefixes from envs.4.2. Verify that
cmd-exclude-prefixes-k8s
is failing with incorrect prefixes from envs.Testing notes
We have not completed tests for nsmgr + nsc yet, and for first step we can collect prefixes into
alpine
pod via shared volume. And check file source viakubectl cp
,kubectl exec -ti "pod name" -- cat "path"
.The text was updated successfully, but these errors were encountered: