Skip to content

Commit

Permalink
Merge pull request buildtesters#1564 from szuananwar/test_runtime_check
Browse files Browse the repository at this point in the history
Add Coverage to check runtime status
  • Loading branch information
shahzebsiddiqui committed Jul 19, 2023
2 parents c7e7f89 + d256828 commit 260a35c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/builders/runtime_status_test.yml
10 changes: 10 additions & 0 deletions tests/builders/test_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,13 @@ def test_file_regex():
configuration=config,
)
cmd.build()


def test_runtime_check():
"""This test will perform status check with runtime"""
cmd = BuildTest(
buildspecs=[os.path.join(here, "runtime_status_test.yml")],
buildtest_system=system,
configuration=config,
)
cmd.build()

0 comments on commit 260a35c

Please sign in to comment.