Denver Williams
Denver Williams
**Describe the bug** Create a module to find a Workload Resource by a Processes Name. This is needed in order to fix https://github.com/cncf/cnf-testsuite/issues/1567 Skeleton Code: ``` +task "process_search" do |_,...
**Describe the bug** Currently the process search module looks at running processes within each container to determine the process name & type. This is only possible when `ls` is available....
**Describe the bug** Ticket to complete before starting this: https://github.com/cncf/cnf-testsuite/issues/1580 Replace any usage of SHA searches with the new process search module. e.g. What needs to be to replaced https://github.com/cncf/cnf-testsuite/blob/8f5de840d0cae0c7e0b871adfca07c471b475edd/src/tasks/workload/observability.cr#L63...
**Describe the bug** Fix the below functions so that the cnf-testsuite supports the use of http_proxy & https_proxy configurations. Functions that fail when only http_proxy & https_proxy outbound traffic is...
**Describe the bug** Review the [Resource Policies](https://hub.armosec.io/docs/c-0009) Kubescape test and consider how to deal with different environments that have different resources. This test seems to require a generic limit to...
**Describe the bug** The cnf-testsuite was developed and CI tested only against a Kind Cluster. Users will likely be using other K8s Platforms. We should ensure incompatible tests are either...
**Describe the bug** Update cnf-testsuite.yml overview, argument descriptions & any other out of date items. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....'...
**Describe the bug** All of the Litmus Chaos test appear to be failing when they're run against a cloud platform. Test Litmus against cloud platforms using bigger instances and see...
**Describe the bug** The testsuite setup command shouldn't try and create any cluster resources. This should instead be done in either the tests, or the installation of the cnf being...
**Describe the bug** Kubescape 'privilege' test doesn't support excluding containers with the allowlist argument **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3....