Skip to content

Commit 631bc77

Browse files
authored
Add test for native library support (#701)
1 parent 37d1aec commit 631bc77

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)