X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tests%2Flocust%2Focloud.py;fp=tests%2Flocust%2Focloud.py;h=84f4659852ff6f0d4a73e5db894d2da239f4b9ff;hb=7ee63c4b8ad2bbc661ba9b4f39f66abe94b591ae;hp=3aa58c102d11d4654c62984f04798cf5e2f08789;hpb=71c83e48bdee9e0c5930aeed0e86145080f4f0be;p=pti%2Fo2.git diff --git a/tests/locust/ocloud.py b/tests/locust/ocloud.py index 3aa58c1..84f4659 100644 --- a/tests/locust/ocloud.py +++ b/tests/locust/ocloud.py @@ -31,5 +31,9 @@ class QuickstartUser(HttpUser): "/o2ims_infrastructureInventory/v1/resourcePools/%s/resources" % json_resp_dict[0]['resourcePoolId']) + @task + def dms(self): + self.client.get("/o2ims_infrastructureInventory/v1/deploymentManagers") + def on_start(self): pass