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 cf732e6
Show file tree
Hide file tree
Showing 4 changed files with 5 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"
LOG_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
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def test_monitor_node_disconnect(
):
node_foo_cfg = bluechi_node_default_config.deep_copy()
node_foo_cfg.node_name = NODE_FOO
node_foo_cfg.log_level = "DEBUG"

bluechi_test.add_bluechi_agent_config(node_foo_cfg)

Expand Down

0 comments on commit cf732e6

Please sign in to comment.