Akash Manohar
Akash Manohar
## Describe There are currently no spec tests for `increase_decrease_capacity` test. ## Proposed changes * Add a spec test for the `increase_decrease_capacity` test. * A pass/happy scenario spec test should...
## Describe the bug The spec test for `node_drain` is being skipped on the CI due to the condition specified in the spec test. ## Proposed changes Create a two-node...
> *This issue surfaced after #1417 was resolved in a working branch.* ## Describe the bug When volumes like configmaps, downwardAPI & emptyDir are mounted as volumes, they should be...
## Describe the bug `privileged` and `privileged_containers` tests have very similar pass messages. Making it harder to identify what was tested. `privileged` test has the following pass message ``` PASSED:...
## Describe the bug Running workload tests results in two results files. One of them is barebones and looks like below: Only verified the behaviour for workload tests. Have not...
## Describe the bug > *This might be the same behaviour with any other test that crashes. But I can only confirm it for `shared_database` for now.* When `shared_database` crashes,...
## Describe the bug When Helm install fails, Helm outputs an error message with a summary/reason for the failure. Below are few examples of what the error lines might look...
## Describe the bug Some tests are included in the results yml file and some others are not. ## To Reproduce 1. Install the sample CNF at `sample-cnfs/sample_coredns` 2. Run...
It would be helpful to add the certification version and the testsuite version to the results file. The certification version should only be included in the results file if the...
## Describe the bug The `setup` command creates a results file. ## To Reproduce ``` # Delete all the results files rm results/*.yml # Run the testsuite setup command ./cnf-testsuite...