search for: instance_controller_test

Displaying 5 results from an estimated 5 matches for "instance_controller_test".

2009 Jul 01
1
[PATCH server] fixed expected status messages that were failing unit/functional tests.
--- .../functional/cloud/instance_controller_test.rb | 2 +- src/test/unit/vm_service_test.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/functional/cloud/instance_controller_test.rb b/src/test/functional/cloud/instance_controller_test.rb index 71d132b..0d713d4 100644 --- a/src/test...
2009 Jun 29
2
One more fix
This resend includes the rebase, but fixes a problem I just noticed with nil/empty checks.
2009 Jun 29
2
Resend of Cloud UI/service patches
This is a resend of the 2-patch series from a week or so ago, needed to be rebased due to some commits on next
2009 Jun 22
2
Patch series for Cloud Vm Actions
The following two patches should be applied in the order: * [PATCH server] Add svc_vm_actions method to VmService. * [PATCH server] Cloud UI layer to initiate actions on vms. The service layer patch should work fine on its own (and not break anything), but cloud patch relies on service being there.
2009 May 13
1
[PATCH server] Cloud UI V1 (readonly).
...src/public/images/icon_warning_11px.png | Bin 0 -> 343 bytes src/public/stylesheets/cloud/layout.css | 166 ++++++++++++++++++++ src/test/functional/cloud/cloud_controller_test.rb | 8 + .../functional/cloud/dashboard_controller_test.rb | 8 + .../functional/cloud/instance_controller_test.rb | 23 +++ 26 files changed, 615 insertions(+), 0 deletions(-) create mode 100644 src/app/controllers/cloud/cloud_controller.rb create mode 100644 src/app/controllers/cloud/dashboard_controller.rb create mode 100644 src/app/controllers/cloud/instance_controller.rb create mode 100644 src/a...