X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tests%2Fintegration-ocloud%2Ftest_clientdriver_stx_sa.py;h=4cf4c64bbb93deadcd529aa98ad9f14c6ef55794;hb=e60b74de2ecaccc5f2fef8e75a44649d0e90d362;hp=4e450705ec35f12d9328d757b9ed7c5d3c07160c;hpb=8be81dfad35b08c4de77168e885bb18253069771;p=pti%2Fo2.git diff --git a/tests/integration-ocloud/test_clientdriver_stx_sa.py b/tests/integration-ocloud/test_clientdriver_stx_sa.py index 4e45070..4cf4c64 100644 --- a/tests/integration-ocloud/test_clientdriver_stx_sa.py +++ b/tests/integration-ocloud/test_clientdriver_stx_sa.py @@ -81,7 +81,7 @@ def test_get_cpu_list(real_stx_aio_client): hostlist = stxSaClientImp.getPserverList() assert len(hostlist) > 0 - cpulist = stxSaClientImp.getCpuList(hostlist[0].id) + cpulist = stxSaClientImp.getCpuList(hostid=hostlist[0].id) assert len(cpulist) > 0 cpu1 = cpulist[0] cpu2 = stxSaClientImp.getCpu(cpu1.id)