cnti-testcatalog / testsuite

📞📱☎️📡🌐 Cloud Native Telecom Initiative (CNTI) Test Catalog is a tool to check for and provide feedback on the use of K8s + cloud native best practices in networking applications and platforms
https://wiki.lfnetworking.org/display/LN/Test+Catalog
Apache License 2.0
169 stars 70 forks source link

[MAINTENANCE] Add helm_install_namespace to all sample cnfs for spec tests #2039

Open martin-mat opened 1 month ago

martin-mat commented 1 month ago

The standard way to test CNF using cnf-testsuite is with deployment to non-default namespace. Reflect this in all spec tests (sample-cnfs/*) and include helm_install_namespace to all sample CNFs.

2030

barmull commented 1 month ago

Used different approach. If it is not specified namespace in yaml file through the variable helm_install_namespace, the cnf will be installed into new created namespace cnf-default (not into default namespace).