Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Deltacloud commit version 6a0bf40c23916c5a6f9befd4dd6d7829bf10b480
Mock provider
Description
Running /deltacloud/client/tests/hardware_profiles_test.rb errors as the following returns []:
hardware_profiles = client.hardware_profiles( :architecture=>'i386' )
The Mock provider fixtures include hardware_profiles that specify i386 as the architecture so the line above should not return empty.