testsuite
testsuite copied to clipboard
📞📱☎️📡🌐 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
**Describe the bug** When determining if prometheus is installed, the testsuite first checks if any prometheus is found with the correct sha. The issue with this is, when retagging and...
**Describe the bug** `install_opa` installs gatekeeper to the `default` namespace when it should install to the `cnf-testsuite` or another namespace that is not `default`. **To Reproduce** Run `./cnf-testsuite install_opa` and...
**Describe the bug** We should practice what we preach and install OPA Gatekeeper to another namespace as it gets installed currently under the `default` namespace. **To Reproduce** Run `./cnf-testsuite install_opa`...
**Describe the bug** Instead of showing the found containers that caused the test to fail, it logs nothing. **To Reproduce** Steps to reproduce the behavior: 1. Run test that will...
**Is your feature request related to a problem? Please describe.** When running `cert` on a single node cluster, you will never pass the essential `node_drain` test. **Describe the solution you'd...
**Describe the bug** When running `workload`, the `ip_addresses` test outputs template info after hardcoded_ip was updated to exempt 127.0.0.1 IP range. We should not see this type of output on...
> *Found this when looking into #1579* **Describe the bug** * When `cleanup_all` is run, the third-party tools installed are also expected to be cleaned up (via the dependency task...
**Describe the bug** * The `versioned_tag` test requires OPA Gatekeeper to be installed. This is installed via the `install_opa` task as a dependency. * The helm install takes about 5min...
**Describe the bug** When invoking the `install_opa`, if helm is not installed globally (on the OS) nor is it installed in the tools/helm directory for `cnf-testsuite`, the output acts like...
**Describe the bug** If Falco is installed during the `./cnf-testsuite` process, it does not get uninstalled or removed when `cleanup_all` is used to remove all cnf-testsuite tools installed as dependencies...