rdma-core/tests/sanity.sh
Kamal Heib 3c0ec0b366 Add rhel10 gating configuration and tests
Resolves: RHEL-24821

Signed-off-by: Kamal Heib <kheib@redhat.com>
2024-03-28 10:34:53 -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