certifier icon indicating copy to clipboard operation
certifier copied to clipboard

OpenFaaS Compliance testing

Results 7 certifier issues
Sort by recently updated
recently updated
newest added

Kubernetes tests are failing in master https://github.com/openfaas/certifier/runs/3856442402?check_suite_focus=true

Rewrite the scaling tests into a table driven test and add support to running in multiple namespaces. **Testing** ```sh kind create cluster arkade install openfaas --basic-auth=false --clusterrole kubectl create namespace...

## Description Test faasd with the certifier ## Details Some tests won't work such as scaling above 1 replica, however scaling from zero will work. Whoever takes up the task...

The certifier currently does not know about multi-namespace support in faas-netes. Additionally, we would like to eventually bring namespace support to faasd. We should update the certifier to validate that...

Refactor the test cases in the `scaling_test.go` to use the same table driven test pattern introduced in #66 so that we can run the tests in the default "empty" namespace...

It would be really great to have versioned binaries that we can then use in CI systems instead of needing to clone and run this repo. Having a built binary...

Secret CRUD test was added to the test suite, but it is missing a test that shows function is rejected when secret is missing. See more information in PR #22...