Skip to content

Commit 7352368

Browse files
committed
Add an offer to the existing test
1 parent 5c4910b commit 7352368

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
description: Another overlay to create an offer
2+
applications:
3+
grafana:
4+
offers:
5+
dashboards:
6+
endpoints:
7+
- dashboards

tests/integration/test_model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,9 @@ async def test_deploy_bundle_with_multiple_overlays_with_include_files(event_loo
265265
bundle_yaml_path = TESTS_DIR / 'integration' / 'bundle' / 'bundle.yaml'
266266
overlay1_path = OVERLAYS_DIR / 'test-overlay2.yaml'
267267
overlay2_path = OVERLAYS_DIR / 'test-overlay3.yaml'
268+
overlay3_path = OVERLAYS_DIR / 'test-overlay4.yaml'
268269

269-
await model.deploy(str(bundle_yaml_path), overlays=[overlay1_path, overlay2_path])
270+
await model.deploy(str(bundle_yaml_path), overlays=[overlay1_path, overlay2_path, overlay3_path])
270271

271272
assert 'influxdb' not in model.applications
272273
assert 'test' not in model.applications

0 commit comments

Comments
 (0)