Skip to content

Commit 2522081

Browse files
committed
Fix test bundles that use mysql charm
1 parent ebf11fa commit 2522081

5 files changed

Lines changed: 5 additions & 8 deletions

File tree

tests/bundle/mini-bundle.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
series: xenial
21
applications:
32
ghost:
43
charm: "ghost"
54
channel: stable
65
num_units: 1
76
mysql:
87
charm: "mysql"
9-
channel: stable
8+
channel: candidate
109
num_units: 1
1110
relations:
1211
- ["ghost", "mysql"]

tests/integration/bundle/bundle-include-file.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
series: xenial
21
applications:
32
ghost:
43
charm: "ghost"
@@ -8,7 +7,7 @@ applications:
87
config: include-file://config1.yaml
98
mysql:
109
charm: "mysql"
11-
channel: stable
10+
channel: candidate
1211
num_units: 1
1312
test:
1413
charm: "../charm"

tests/integration/bundle/test-overlays/bundle-with-overlay-multi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
series: xenial
21
applications:
32
ghost:
43
charm: "ghost"
54
channel: stable
65
num_units: 1
76
mysql:
87
charm: "mysql"
9-
channel: stable
8+
channel: candidate
109
num_units: 1
1110
relations:
1211
- ["ghost", "mysql"]

tests/integration/bundle/test-overlays/test-multi-overlay.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ applications:
1111
memcached:
1212
mysql:
1313
charm: "mysql"
14-
channel: stable
14+
channel: candidate
1515
num_units: 1

tests/integration/bundle/test-overlays/test-overlay.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ applications:
77
num_units: 1
88
mysql:
99
charm: "mysql"
10-
channel: stable
10+
channel: candidate
1111
num_units: 1
1212
relations:
1313
- ["ghost", "mysql"]

0 commit comments

Comments
 (0)