Skip to content

Commit dea7412

Browse files
committed
Add an offer to the existing test
1 parent 8e756a0 commit dea7412

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
@@ -321,8 +321,9 @@ async def test_deploy_bundle_with_multiple_overlays_with_include_files(event_loo
321321
bundle_yaml_path = TESTS_DIR / 'integration' / 'bundle' / 'bundle.yaml'
322322
overlay1_path = OVERLAYS_DIR / 'test-overlay2.yaml'
323323
overlay2_path = OVERLAYS_DIR / 'test-overlay3.yaml'
324+
overlay3_path = OVERLAYS_DIR / 'test-overlay4.yaml'
324325

325-
await model.deploy(str(bundle_yaml_path), overlays=[overlay1_path, overlay2_path])
326+
await model.deploy(str(bundle_yaml_path), overlays=[overlay1_path, overlay2_path, overlay3_path])
326327

327328
assert 'influxdb' not in model.applications
328329
assert 'test' not in model.applications

0 commit comments

Comments
 (0)