rdma-core/tests/sanity.sh
Honggang Li 0bddf0885b Add rhel9 gating configuration and tests
Related: rhbz#1858568

Signed-off-by: Honggang Li <honli@redhat.com>
2021-07-26 08:30:34 -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