Kamal Heib 3c0ec0
#!/bin/bash
Kamal Heib 3c0ec0
#
Kamal Heib 3c0ec0
# This is a simple sanity test to satisfy the RHEL8.1 onboard gating
Kamal Heib 3c0ec0
# requirement.
Kamal Heib 3c0ec0
Kamal Heib 3c0ec0
rdma-ndd --help
Kamal Heib 3c0ec0
ret=$?
Kamal Heib 3c0ec0
Kamal Heib 3c0ec0
exit $ret