Skip to content
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

[BUG] clean all cnf-testsuite's namespaces when asked #2213

Open
collivier opened this issue Jan 27, 2025 · 1 comment
Open

[BUG] clean all cnf-testsuite's namespaces when asked #2213

collivier opened this issue Jan 27, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@collivier
Copy link
Collaborator

Describe the bug

cnf-default (or the one written in config) must be deleted when cnf_uninstall is called as well as cnf-testsuite when uninstall_all
(note: svcaccounts-4016 must be double checked)

# kubectl get namespaces
NAME                 STATUS   AGE
cnf-default          Active   9m54s
cnf-testsuite        Active   10m
default              Active   82m
kube-node-lease      Active   82m
kube-public          Active   82m
kube-system          Active   82m
local-path-storage   Active   82m
svcaccounts-4016     Active   10m
@collivier collivier added the bug Something isn't working label Jan 27, 2025
opnfv-github pushed a commit to opnfv/functest-kubernetes that referenced this issue Jan 27, 2025
uninstall_all is needed as well as pss support.
note: we must keep deleting the namespaces until [1] is fixed

[1] cnti-testcatalog/testsuite#2213

Change-Id: I65cd11bf02d8df049f964809eee1d51715e75473
Signed-off-by: Cédric Ollivier <[email protected]>
opnfv-github pushed a commit to opnfv/functest-kubernetes that referenced this issue Jan 27, 2025
uninstall_all is needed as well as pss support.
note: we must keep deleting the namespaces until [1] is fixed

[1] cnti-testcatalog/testsuite#2213

Change-Id: I65cd11bf02d8df049f964809eee1d51715e75473
Signed-off-by: Cédric Ollivier <[email protected]>
(cherry picked from commit d912f56)
opnfv-github pushed a commit to opnfv/functest-kubernetes that referenced this issue Jan 27, 2025
uninstall_all is needed as well as pss support.
note: we must keep deleting the namespaces until [1] is fixed

[1] cnti-testcatalog/testsuite#2213

Change-Id: I65cd11bf02d8df049f964809eee1d51715e75473
Signed-off-by: Cédric Ollivier <[email protected]>
(cherry picked from commit d912f56)
opnfv-github pushed a commit to opnfv/functest-kubernetes that referenced this issue Jan 27, 2025
uninstall_all is needed as well as pss support.
note: we must keep deleting the namespaces until [1] is fixed

[1] cnti-testcatalog/testsuite#2213

Change-Id: I65cd11bf02d8df049f964809eee1d51715e75473
Signed-off-by: Cédric Ollivier <[email protected]>
(cherry picked from commit d912f56)
opnfv-github pushed a commit to opnfv/functest-kubernetes that referenced this issue Jan 27, 2025
uninstall_all is needed as well as pss support.
note: we must keep deleting the namespaces until [1] is fixed

[1] cnti-testcatalog/testsuite#2213

Change-Id: I65cd11bf02d8df049f964809eee1d51715e75473
Signed-off-by: Cédric Ollivier <[email protected]>
(cherry picked from commit d912f56)
@svteb
Copy link
Collaborator

svteb commented Jan 28, 2025

To do this, we will likely need to resolve #2194 first.

opnfv-github pushed a commit to opnfv/functest-kubernetes that referenced this issue Jan 30, 2025
uninstall_all is needed as well as pss support.
note: we must keep deleting the namespaces until [1] is fixed

[1] cnti-testcatalog/testsuite#2213

Change-Id: Ife81a87d5cc0e7ae432c7397c1125adf595d2fa4
Signed-off-by: Cédric Ollivier <[email protected]>
(cherry picked from commit d912f56)
@martin-mat martin-mat moved this to To do in CNF Test Suite Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To do
Development

No branches or pull requests

2 participants