Remove oVirt & RHV code #2564
Annotations
10 errors and 1 warning
test/controllers/api/v2/compute_resources_controller_test.rb#L31
Failure: test_0003_should create valid compute resource
Expected response to be a <201: created>, but was a <500: Internal Server Error>
Response body: {
"error": {"message":"Internal Server Error: the server was unable to finish the request. This may be caused by unavailability of some required service, incorrect API call or a server-side bug. There may be more information in the server's logs."}
}
.
Expected: 201
Actual: 500
|
test/controllers/api/v2/compute_resources_controller_test.rb#L172
Failure: test_0018_should create with datacenter name
Expected response to be a <201: created>, but was a <422: Unprocessable Entity>
Response body: {
"error": {"id":null,"errors":{"datacenter":["can't be blank"]},"full_messages":["Datacenter can't be blank"]}
}
.
Expected: 201
Actual: 422
|
test/controllers/api/v2/compute_resources_controller_test.rb#L122
Failure: test_0014_should get available virtual machines
Expected response to be a <2XX: success>, but was a <500: Internal Server Error>
Response body: {
"error": {"message":"Internal Server Error: the server was unable to finish the request. This may be caused by unavailability of some required service, incorrect API call or a server-side bug. There may be more information in the server's logs."}
}
|
test/controllers/api/v2/compute_resources_controller_test.rb#L197
Failure: test_0020_should update with datacenter name
Expected false to be truthy.
|
test/controllers/api/v2/compute_resources_controller_test.rb#L470
Failure: test_0039_should not create with same name
Can create libvirt compute resource with the name of already existing resource.
Expected: 422
Actual: 500
|
test/controllers/hosts_controller_test.rb#L34
Failure: test_0067_#host update shouldn't diassociate from VM
LoadError: cannot load such file -- fog/libvirt/models/compute/quota
test/controllers/hosts_controller_test.rb:1081:in `block in <class:HostsControllerTest>'
|
test/controllers/api/v2/compute_resources_controller_test.rb#L541
Failure: test_0005_should create libvirt compute resource with locs
Expected response to be a <201: created>, but was a <500: Internal Server Error>
Response body: {
"error": {"message":"Internal Server Error: the server was unable to finish the request. This may be caused by unavailability of some required service, incorrect API call or a server-side bug. There may be more information in the server's logs."}
}
.
Expected: 201
Actual: 500
|
test/controllers/api/v2/compute_resources_controller_test.rb#L517
Failure: test_0002_should create libvirt compute resource with valid description
Expected response to be a <201: created>, but was a <500: Internal Server Error>
Response body: {
"error": {"message":"Internal Server Error: the server was unable to finish the request. This may be caused by unavailability of some required service, incorrect API call or a server-side bug. There may be more information in the server's logs."}
}
.
Expected: 201
Actual: 500
|
test/controllers/api/v2/compute_resources_controller_test.rb#L533
Failure: test_0004_should create libvirt compute resource with spice display_type
Expected response to be a <201: created>, but was a <500: Internal Server Error>
Response body: {
"error": {"message":"Internal Server Error: the server was unable to finish the request. This may be caused by unavailability of some required service, incorrect API call or a server-side bug. There may be more information in the server's logs."}
}
.
Expected: 201
Actual: 500
|
test/controllers/api/v2/compute_resources_controller_test.rb#L564
Failure: test_0008_should not create libvirt compute resource with invalid name
Can create libvirt compute resource with invalid name .
Expected: 422
Actual: 500
|
|
The logs for this run have expired and are no longer available.
Loading