hcibenchApiCallSample.py
Made for python 2.7+
Please fill the required items starting from line #229
#fio or vdbench
TOOL = ""
#HCIBench IP and Credential
HCIBench_IP = ""
HCIBench_Username = ""
HCIBench_Password = ""
and request_body, param_body is for generating workload profile, fill it out if neccessary.
if using easy-run, the following items of request_body should be filled up:
and request_body, param_body is for generating workload profile, fill it out if neccessary.
if using easy-run, the following items of request_body should be filled up:
"vcenterIp": "10.156.12.15",
"vcenterName": "administrator@vsphere.local",
"vcenterPwd": "vmware",
"dcenterName": "paDC",
"clusterName": "vsanCluster",
"rpName": "",
"fdName": "",
"networkName": "vm-network-vlan30",
"staticEnabled": "true",
"staticIpprefix": "172.28",
"dstoreName": "vsanDatastore",
"storagePolicy": "perf-policy",
"deployHost": "false",
"hosts": "",
"clearCache": "true",
"hostName": "root",
"hostPwd": "vmware",
"reuseVM": "true",
"easyRun": "true",
"workloads": "4k70r,8k50r",
then run:
python hcibenchApiCallSample.py
python hcibenchApiCallSample.py
to start your operation
#fio or vdbench
TOOL = ""
#HCIBench IP and Credential
HCIBench_IP = ""
HCIBench_Username = ""
HCIBench_Password = ""
Sign in to be able to add comments.