Skip to content

Commit

Permalink
add openstack marker
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed Jul 8, 2024
1 parent c7ff66f commit 2e63b02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_reactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import random
import secrets

import pytest
from juju.application import Application
from juju.model import Model
from juju.unit import Unit
Expand All @@ -17,6 +18,7 @@
FAKE_URL = "http://example.com"


@pytest.mark.openstack
async def test_reactive_mode_consumes_jobs(ops_test: OpsTest, app_for_reactive: Application):
unit = app_for_reactive.units[0]
mongodb_uri = await _get_mongodb_uri_from_integration_data(ops_test, unit)
Expand Down

0 comments on commit 2e63b02

Please sign in to comment.