blob: fa1847494698ee617a8f9f8c72edcfaf16f54cda [file] [edit]
############################################################################
# Copyright (C) SchedMD LLC.
############################################################################
import pytest
import atf
@pytest.fixture(scope="module", autouse=True)
def setup():
atf.require_expect()
atf.require_config_parameter("SelectType", "select/cons_tres")
atf.require_config_parameter("SelectTypeParameters", "CR_Core")
atf.require_nodes(3)
atf.require_slurm_running()
def test_expect():
atf.run_expect_test()