blob: 56f87b1b4105f69b0c872e49d66e562e9c8e8ab5 [file] [log] [blame]
import subprocess
from utils import *
@all_files_in_dir('util_clk_reset')
@all_available_simulators()
def test_mock_uvm_report(datafiles, simulator):
with datafiles.as_cwd():
subprocess.check_call(['runSVUnit', '-s', simulator])
expect_testrunner_pass('run.log')