Commit 4cab5e1 1 parent 1522ad5 commit 4cab5e1 Copy full SHA for 4cab5e1
File tree 7 files changed +20
-8
lines changed
7 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ applications:
48
48
charm : ch:mysql-router
49
49
channel : latest/edge
50
50
ceph-dashboard :
51
- charm : ../../../ceph-dashboard.charm
51
+ charm : ch:ceph-dashboard
52
+ channel : latest/edge
52
53
options :
53
54
public-hostname : ' ceph-dashboard.zaza.local'
54
55
prometheus :
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ configure:
8
8
- tests.target.setup.check_dashboard_cert
9
9
- tests.target.setup.set_grafana_url
10
10
tests :
11
+ - zaza.charm_tests.lifecycle.refresh.CharmRefreshAll
11
12
- tests.target.CephDashboardTest
12
13
- zaza.openstack.charm_tests.ceph.tests.CephPrometheusTest
13
14
target_deploy_status :
Original file line number Diff line number Diff line change @@ -19,15 +19,17 @@ machines:
19
19
20
20
applications :
21
21
ceph-radosgw :
22
- charm : ../../ceph-radosgw.charm
22
+ charm : ch:ceph-radosgw
23
+ channel : latest/edge
23
24
num_units : 1
24
25
options :
25
26
source : *source
26
27
to :
27
28
- ' 0'
28
29
29
30
secondary-ceph-radosgw :
30
- charm : ../../ceph-radosgw.charm
31
+ charm : ch:ceph-radosgw
32
+ channel : latest/edge
31
33
num_units : 1
32
34
options :
33
35
source : *source
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ machines:
19
19
20
20
applications :
21
21
ceph-radosgw :
22
- charm : ../../../ceph-radosgw.charm
22
+ charm : ch:ceph-radosgw
23
+ channel : latest/edge
23
24
num_units : 1
24
25
options :
25
26
source : *source
Original file line number Diff line number Diff line change 1
1
charm_name : ceph-radosgw
2
2
3
3
tests :
4
- - tests.target.CephRGWTest
5
- - tests.target.BlueStoreCompressionCharmOperation
6
- - tests.target.CephKeyRotationTests
4
+ - zaza.charm_tests.lifecycle.refresh.CharmRefreshAll
5
+ - tests.target.CephRGWTest
6
+ - tests.target.BlueStoreCompressionCharmOperation
7
+ - tests.target.CephKeyRotationTests
7
8
Original file line number Diff line number Diff line change
1
+ ---
2
+ model_settings :
3
+ logging-config : " <root>=INFO;unit=DEBUG"
4
+
5
+ runtime_config :
6
+ TEST_MAX_RESOLVE_COUNT : 5
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function setup_functest() {
33
33
localhost localhost
34
34
fi
35
35
sudo snap install --classic juju-crashdump
36
-
36
+ cp tests/configs/dot.zaza.yaml ~ /.zaza.yaml
37
37
}
38
38
39
39
run=" ${1} "
You can’t perform that action at this time.
0 commit comments