Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Kemel <[email protected]>
  • Loading branch information
mkemel committed May 9, 2024
1 parent 6dce6ab commit 663bf86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
tf_extra_params:
test:
tmt:
test_filter: tag:testing-farm-container & tier:0
test_filter: tag:user-test-only & tier:0
labels:
- standard
env:
INSTALL_DEPS: "yes"
DEBUG_LEVEL: "DEBUG"
targets:
# Run integration tests on Fedora using CS9 containers, because running integrations tests on CS9 using CS9
# containers is very flaky
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/tier0/bluechi-agent-user-bus/main.fmf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
summary: Test agent connecting to user bus
id: 6886e7c8-7548-4cf7-8dd4-d2d46b125fd3
tag: [multihost]
tag: [user-test-only, multihost]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class TestAgentStartAsUser(unittest.TestCase):

def test_agent_start_as_user(self):
result, _, _ = run_command("systemctl --user start bluechi-agent")
result, output, _ = run_command("systemctl --user start bluechi-agent")
assert result == 0

with Timeout(5, "Timeout waiting for agent to connect to user bus"):
Expand Down

0 comments on commit 663bf86

Please sign in to comment.