Skip to content

Commit

Permalink
chore: add nms webui_database integration in integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Belanger <guillaume.belanger27@gmail.com>
  • Loading branch information
gruyaume committed Nov 20, 2024
1 parent 4368647 commit f80adab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ async def _deploy_nms(ops_test: OpsTest):
await ops_test.model.integrate(
relation1=f"{NMS_CHARM_NAME}:auth_database", relation2=DATABASE_CHARM_NAME
)
await ops_test.model.integrate(
relation1=f"{NMS_CHARM_NAME}:webui_database", relation2=DATABASE_CHARM_NAME
)
await ops_test.model.integrate(relation1=NMS_CHARM_NAME, relation2=TLS_CHARM_NAME)


Expand Down

0 comments on commit f80adab

Please sign in to comment.