Martin Matyáš
Martin Matyáš
creating a ticket to bookmark this feature. This is a point I've been thinking about recently and this comes to me as a really neat idea to add to RF24Ethernet:...
**Describe the bug** The upstream Kubescape test has been renamed causing the testsuite resource_policies test to fail "resource_policies" test crashes with an error: ``` $ ./cnf-testsuite resource_policies -l debug I,...
**Is your feature request related to a problem? Please describe.** Informational console output with test execution progress and result is mixed with logs. Due to this, it is not possible...
**Is your feature request related to a problem? Please describe.** Currently, console output does not provide any information about what testcase is being executed/has been executed. Example: 1. start test...
## Description The namespace is needed to be passed as a parameter when calling pods_by_resource of kubectl client. Impacted tests: single_process_type, prometheus_traffic Also adding non-default namespace to respective spec tests....
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
The test is duplicate to hostpath_mounts (using kubescape). volume_hostpath_not_found is cnf-testsuite's test implementation. https://github.com/lfn-cnti/certification/issues/132
## Description "volume_hostpath_not_found" is duplicate of hostpath_mounts, thus removing. ## Issues: Refs: #2027 ## How has this been tested: - [ ] Covered by existing integration testing - [ ]...
As discussed in this PR https://github.com/cnti-testcatalog/testsuite/pull/2024 some tests are not tested properly in github actions, becuause the cluster is set up with only 1 schedulable node. Some tests require 2...