Displaying 5 results from an estimated 5 matches for "corp_com_qa_postgres_vm".
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 Jun 29
0
[PATCH server] Add svc_vm_actions method to VmService.
...-git a/src/test/fixtures/vms.yml b/src/test/fixtures/vms.yml
index 69b1c2b..b2711b2 100644
--- a/src/test/fixtures/vms.yml
+++ b/src/test/fixtures/vms.yml
@@ -65,6 +65,19 @@ foobar_prod1_vm:
boot_device: cdrom
host: fedoraworkstation_foobar_com
vm_resource_pool: corp_com_production_vmpool
+corp_com_qa_postgres_vm:
+ uuid: f6059569-a81f-4728-bb61-6f16b1c594e7
+ description: corp.com qa postgres vm
+ num_vcpus_allocated: 2
+ num_vcpus_used: 2
+ memory_allocated: 262144
+ memory_used: 131072
+ vnic_mac_addr: 00:16:3e:04:de:c8
+ state: running
+ needs_restart: 0
+ boot_device: hd
+ host: macworkstati...
2009 Jul 01
1
[PATCH server] fixed expected status messages that were failing unit/functional tests.
...< ActiveSupport::TestCase
# each of those cases)
def test_success_message_from_single_vm_with_less_privileged_user
set_login_user('testuser')
- assert_equal("shutdown_vm successful.",
+ assert_equal("shutdown_vm submitted.",
svc_vm_actions(vms(:corp_com_qa_postgres_vm).id, 'shutdown_vm', nil))
end
--
1.6.0.6