Skip to content

Commit f30015b

Browse files
committed
Added osvvm_integration to acceptance tests
1 parent 87e6bcc commit f30015b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

vunit/test/acceptance/test_external_run_scripts.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@ def test_user_guide_example_project(self):
5050
("passed", "lib.tb_example_many.test_pass"),
5151
("failed", "lib.tb_example_many.test_fail")])
5252

53+
def test_osvvm_integration_example_project(self):
54+
self.check(join(ROOT, "examples", "osvvm_integration", "run.py"), exit_code=1)
55+
check_report(self.report_file,
56+
[("passed", "lib.tb_alertlog_demo_global_with_comments.Test passing alerts"),
57+
("passed", "lib.tb_alertlog_demo_hierarchy_with_comments.Test passing alerts"),
58+
("passed", "lib.tb_alertlog_demo_global.Test passing alerts"),
59+
("passed", "lib.tb_alertlog_demo_hierarchy.Test passing alerts"),
60+
("failed", "lib.tb_alertlog_demo_global_with_comments.Test failing alerts"),
61+
("failed", "lib.tb_alertlog_demo_hierarchy_with_comments.Test failing alerts"),
62+
("failed", "lib.tb_alertlog_demo_global.Test failing alerts"),
63+
("failed", "lib.tb_alertlog_demo_hierarchy.Test failing alerts")])
64+
5365
def test_com_example_project(self):
5466
self.check(join(ROOT, "examples", "com", "run.py"))
5567

0 commit comments

Comments
 (0)