I have this repo maintained is for user to upgrade their HCIBench instance without deploying another OVA. To upgrade your HCIBench:
- You need to have HCIBench Controller VM running
- Your HCIBench Controller VM should have internet connectivity
- SSH into your HCIBench Controller VM and run the following cmds to upgrade your HCIBench to the latest build
tdnf install -y git && git clone https://github.com/vsphere-tmm/HCIBench.git && sh HCIBench/upgrade.sh
or
cd /root/ && wget https://codeload.github.com/vsphere-tmm/HCIBench/zip/master && unzip master && sh /root/HCIBench-master/upgrade.sh
- the logs, results and configuration files will be preserved after upgrading to the latest build.