opensm/tests/sanity.sh

10 lines
128 B
Bash
Raw Permalink Normal View History

2024-08-16 17:00:49 +00:00
#!/bin/bash
#
# This is a simple sanity test to satisfy the RHEL8.1 onboard gating
# requirement.
osmtest -p
ret=$?
exit $ret