We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58b04e commit 5cabd66Copy full SHA for 5cabd66
1 file changed
tests/templates/kuttl/smoke/52-assert.yaml
@@ -0,0 +1,7 @@
1
+---
2
+apiVersion: kuttl.dev/v1beta1
3
+kind: TestAssert
4
+commands:
5
+ - script: kubectl exec -n $NAMESPACE hdfs-namenode-default-0 -- hadoop checknative | grep "hadoop:.*true"
6
+ - script: kubectl exec -n $NAMESPACE hdfs-namenode-default-0 -- hadoop checknative | grep "zlib:.*true"
7
+ - script: kubectl exec -n $NAMESPACE hdfs-namenode-default-0 -- hadoop checknative | grep "openssl:.*true"
0 commit comments