Shubham Gupta

Results 135 comments of Shubham Gupta

Test are failing.....

@drivebyer chainsaw actually execute the test in the parallel. we can control this

@jiangjian0920 give me the complete error here

@vfarcic We have some examples here. https://github.com/kyverno/chainsaw/tree/main/testdata/e2e/examples we can make a specific directory here `functions` to display the use of everyfunction :)

``` (contains($stdout, '[OK] All 16384 slots covered.')): true ``` complete test : https://github.com/OT-CONTAINER-KIT/redis-operator/blob/db14d1b018b2fd0f62485bd2f8bd9b376c81dc10/tests/e2e-chainsaw/v1beta2/nodeport/redis-cluster/chainsaw-test.yaml#L66

assert manifest ? why would you need a check on the assert manifest.

``` apiVersion: chainsaw.kyverno.io/v1alpha1 kind: Test metadata: name: example spec: steps: - try: # ... - assert: resource: apiVersion: v1 kind: Deployment metadata: name: foo spec: (replicas > 3): true #...

I have to ping @iamabhishek-dubey for this. Thanks for reporting that

We don't use that script now. I think we can remove that reference from the docs and keep For dev purpose : ``` make install make deploy ``` Helm Commands...