Akash Manohar

Results 39 issues of 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...

enhancement

## 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...

bug
contributions-welcome

> *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...

bug

## 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:...

bug

## 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...

bug
low

## 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,...

bug
contributions-welcome

## 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...

bug

## 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...

bug

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...

enhancement
cnf-certification

## 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...

bug