Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Add tempo-ready service for interface tests (#164)
Browse files Browse the repository at this point in the history
* Add tempo-ready service for interface tests

* fmt

* also drop tracing/v0 test object as it no longer supports tracing/v0
  • Loading branch information
mmkay authored Sep 2, 2024
1 parent d8bbcf2 commit 8699151
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 6 additions & 1 deletion tests/interface/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ def interface_tester(interface_tester: InterfaceTester):
"startup": "enabled",
"current": "active",
"name": "tempo",
}
},
"tempo-ready": {
"startup": "enabled",
"current": "active",
"name": "tempo-ready",
},
},
"checks": {},
}
Expand Down
8 changes: 0 additions & 8 deletions tests/interface/test_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
from interface_tester import InterfaceTester


def test_tracing_v0_interface(interface_tester: InterfaceTester):
interface_tester.configure(
interface_name="tracing",
interface_version=0,
)
interface_tester.run()


def test_tracing_v2_interface(interface_tester: InterfaceTester):
interface_tester.configure(
interface_name="tracing",
Expand Down

0 comments on commit 8699151

Please sign in to comment.