fog / fog-vsphere

Fog for vSphere
MIT License
35 stars 62 forks source link

Fix missed rerecorded tests from 'Add disk and partitions info' #297

Closed dosas closed 2 months ago

dosas commented 2 months ago

c6b13472dea6c2550fe9cb10c5df522bdb59bab0

In https://github.com/fog/fog-vsphere/pull/284

          disks: 'config.hardware.device',
          partitions:  'guest.disk',

was added but the tests were not adapted accordingly.

This was not noticed because the CI is broken since quite some time. (see also https://github.com/fog/fog-vsphere/pull/296)

CC: @Manisha15 @sbernhard

chris1984 commented 2 months ago

@dosas can you rebase so it pulls in your other pr?

dosas commented 2 months ago

@dosas can you rebase so it pulls in your other pr?

Done

dosas commented 2 months ago

The test that is still failing should be fixed here: https://github.com/fog/fog-vsphere/pull/298