summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorNizamudeen A <nia@redhat.com>2023-05-19 11:23:25 +0200
committerGitHub <noreply@github.com>2023-05-19 11:23:25 +0200
commit515aa566e5bc9b96d2b4a5a175b3e712c2613a49 (patch)
tree587e2840ed71ddc956e9f341f3d382134aae7002 /qa
parentMerge pull request #51567 from rhcs-dashboard/remove-card-title (diff)
parentmgr/dashboard: reorder rgw daemons list items (diff)
downloadceph-515aa566e5bc9b96d2b4a5a175b3e712c2613a49.tar.xz
ceph-515aa566e5bc9b96d2b4a5a175b3e712c2613a49.zip
Merge pull request #51532 from rhcs-dashboard/reorder-daemon-page
mgr/dashboard: reorder rgw daemons list items Reviewed-by: Aashish Sharma <aasharma@redhat.com> Reviewed-by: cloudbehl <NOT@FOUND>
Diffstat (limited to 'qa')
-rw-r--r--qa/tasks/mgr/dashboard/test_rgw.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/tasks/mgr/dashboard/test_rgw.py b/qa/tasks/mgr/dashboard/test_rgw.py
index 16ad6324ed7..01dbae59feb 100644
--- a/qa/tasks/mgr/dashboard/test_rgw.py
+++ b/qa/tasks/mgr/dashboard/test_rgw.py
@@ -467,6 +467,7 @@ class RgwDaemonTest(RgwTestCase):
self.assertIn('server_hostname', data)
self.assertIn('zonegroup_name', data)
self.assertIn('zone_name', data)
+ self.assertIn('port', data)
def test_get(self):
data = self._get('/api/rgw/daemon')