Refactor watchers
[pti/o2.git] / tests / integration-ocloud / test_clientdriver_stx_sa.py
index 4e45070..4cf4c64 100644 (file)
@@ -81,7 +81,7 @@ def test_get_cpu_list(real_stx_aio_client):
     hostlist = stxSaClientImp.getPserverList()\r
     assert len(hostlist) > 0\r
 \r
-    cpulist = stxSaClientImp.getCpuList(hostlist[0].id)\r
+    cpulist = stxSaClientImp.getCpuList(hostid=hostlist[0].id)\r
     assert len(cpulist) > 0\r
     cpu1 = cpulist[0]\r
     cpu2 = stxSaClientImp.getCpu(cpu1.id)\r