]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/d4n: Update host checks 66070/head
authorSamarah <samarah.uriarte@ibm.com>
Tue, 18 Nov 2025 16:21:40 +0000 (16:21 +0000)
committerSamarah <samarah.uriarte@ibm.com>
Mon, 1 Dec 2025 20:08:58 +0000 (20:08 +0000)
Signed-off-by: Samarah <samarah.uriarte@ibm.com>
qa/workunits/rgw/test_rgw_d4n.py

index 169a5ce8e10a9e62fd10b7af58680144cb579ea7..5c8bdf387984d1bb21567fc1a5f3e8e65c92258c 100644 (file)
@@ -190,7 +190,7 @@ def test_small_object(r, client, s3):
         assert(data.get('objName') == 'test.txt')
         assert(data.get('bucketName') == bucketID)
         assert(data.get('dirty') == '0')
-        assert(data.get('hosts') == '127.0.0.1:6379')
+        assert(data.get('hosts') == '127.0.0.1:8000')
 
     # second get call
     response_get = obj.get()
@@ -225,7 +225,7 @@ def test_small_object(r, client, s3):
         assert(data.get('objName') == 'test.txt')
         assert(data.get('bucketName') == bucketID)
         assert(data.get('dirty') == '0')
-        assert(data.get('hosts') == '127.0.0.1:6379')
+        assert(data.get('hosts') == '127.0.0.1:8000')
 
     r.flushall()
 
@@ -286,7 +286,7 @@ def test_large_object(r, client, s3):
             assert(data.get('objName') == '_:null_mymultipart')
             assert(data.get('bucketName') == bucketID)
             assert(data.get('dirty') == '0')
-            assert(data.get('hosts') == '127.0.0.1:6379')
+            assert(data.get('hosts') == '127.0.0.1:8000')
             continue
 
         assert(data.get('blockID') == entry_name[2])
@@ -296,7 +296,7 @@ def test_large_object(r, client, s3):
         assert(data.get('objName') == 'mymultipart')
         assert(data.get('bucketName') == bucketID)
         assert(data.get('dirty') == '0')
-        assert(data.get('hosts') == '127.0.0.1:6379')
+        assert(data.get('hosts') == '127.0.0.1:8000')
 
     # second get
     try:
@@ -340,7 +340,7 @@ def test_large_object(r, client, s3):
             assert(data.get('objName') == '_:null_mymultipart')
             assert(data.get('bucketName') == bucketID)
             assert(data.get('dirty') == '0')
-            assert(data.get('hosts') == '127.0.0.1:6379')
+            assert(data.get('hosts') == '127.0.0.1:8000')
             continue
 
         assert(data.get('blockID') == entry_name[2])
@@ -350,7 +350,7 @@ def test_large_object(r, client, s3):
         assert(data.get('objName') == 'mymultipart')
         assert(data.get('bucketName') == bucketID)
         assert(data.get('dirty') == '0')
-        assert(data.get('hosts') == '127.0.0.1:6379')
+        assert(data.get('hosts') == '127.0.0.1:8000')
 
     r.flushall()