Skip to content

Commit b69f96f

Browse files
authored
[zuul][graphing] Add the new dashboards to the test (#222)
* Add the new dashboards to zuul job
1 parent 77d6a22 commit b69f96f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.zuul.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
cifmw_extras:
9999
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/ci-framework'].src_dir }}/scenarios/centos-9/multinode-ci.yml"
100100
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-autoscaling.yml"
101+
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-power-monitoring.yml"
101102
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/vars-graphing-test.yml"
102103
roles:
103104
- zuul: github.com/openstack-k8s-operators/ci-framework

roles/telemetry_graphing/files/dashboard-openstack-cloud.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ describe('OpenShift Console Dashboard Test', () => {
3636
{ url: '/grafana-dashboard-openstack-rabbitmq', screenshot: 'openstack-rabbitmq' },
3737
{ url: '/grafana-dashboard-openstack-node', screenshot: 'openstack-node' },
3838
{ url: '/grafana-dashboard-openstack-vm', screenshot: 'openstack-vms' },
39+
{ url: '/grafana-dashboard-openstack-network-traffic', screenshot: 'openstack-network-traffic'},
40+
{ url: '/grafana-dashboard-openstack-kepler', screenshot: 'openstack-kepler'},
41+
{ url: '/grafana-dashboard-openstack-ceilometer-ipmi', screenshot: 'openstack-ceilometer-ipmi' }
3942
];
4043

4144

0 commit comments

Comments
 (0)