How to use test_list_large_object_metadata method in tempest

Best Python code snippet using tempest_python

test_object_slo.py

Source:test_object_slo.py Github

copy

Full Screen

...104 params)105 self._assertHeadersSLO(resp, 'PUT')106 @test.idempotent_id('e69ad766-e1aa-44a2-bdd2-bf62c09c1456')107 @test.requires_ext(extension='slo', service='object')108 def test_list_large_object_metadata(self):109 # list static large object metadata using multipart manifest110 object_name = self._create_large_object()111 resp, body = self.object_client.list_object_metadata(112 self.container_name,113 object_name)114 self._assertHeadersSLO(resp, 'HEAD')115 @test.idempotent_id('49bc49bc-dd1b-4c0f-904e-d9f10b830ee8')116 @test.requires_ext(extension='slo', service='object')117 def test_retrieve_large_object(self):118 # list static large object using multipart manifest119 object_name = self._create_large_object()120 resp, body = self.object_client.get_object(121 self.container_name,122 object_name)...

Full Screen

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run tempest automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful