libvma/tests/sanity.sh
Kamal Heib c7c63fbe6a Add gating tests
Resolves: RHEL-24810
Signed-off-by: Kamal Heib <kheib@redhat.com>
2024-04-30 17:36:58 -04:00

10 lines
129 B
Bash
Executable File

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