rdma-core/tests/sanity.sh
Kamal Heib fe861d1b7b Add rhel8 gating tests
Resolves: rhbz#2170066

Signed-off-by: Kamal Heib <kheib@redhat.com>
2023-05-30 10:51:46 -04:00

10 lines
133 B
Bash
Executable File

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