Skip to content

Commit

Permalink
Use coredns charm rather than minio (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess authored Nov 3, 2024
1 parent 79bd232 commit 5801118
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_deploy_k8s.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import pytest
from subprocess import check_output

from pytest_operator.plugin import OpsTest

@pytest.mark.abort_on_fail
async def test_build(ops_test):
await ops_test.model.deploy("ch:minio")
async def test_charm_deploy(ops_test : OpsTest):
await ops_test.model.deploy("ch:coredns", trust=True)
await ops_test.model.wait_for_idle()


Expand Down

0 comments on commit 5801118

Please sign in to comment.