blob: f1460fc21114d09ec9ca44f159c7daa6d80ac274 [file]
############################################################################
# Copyright (C) SchedMD LLC.
############################################################################
import re
import atf
def test_usage():
"""Verify sinfo --usage has the correct format"""
output = atf.run_command_output("sinfo --usage", fatal=True)
assert re.search(r"Usage: sinfo(?:\s+\[-{1,2}[^\]]+])+$", output) is not None