This question might sound a bit odd but here it goes: I'm writing a bunch of applications that connects to VMware vcenter api , now as i mainly code on my laptop i was wondering if there's some way to "mock" a vcenter server so i can connect to it from my code . This would avoid me having to connect to the VPN every time i need to test anything.
I've been checking FOG.io and even do they do have a vcenter mock , it's not exactly what i need.
To put it in short , i need a vm or a process that simulates to be a vcenter server , that you could authenticate against and maybe retrieve a bunch of virtual machines.
Thanks !!