30 actions.append(list_clusters)
32 actions.append(list_filesystems)
33 actions.append(list_video_devices)
34 actions.append(list_network_devices)
35 actions.append(list_disk_controllers)
36 actions.append(list_templates)
39 actions.append({
'u': u_new,
40 'fname':
'image.user.download',
41 'args': [{
'name':
'DownloadedImage',
46 'path': settings.VM_IMAGE_LINK,
49 'description':
'Test image - download'}]})
51 actions.append(list_private_vm_images)
53 actions.append({
'u': u_new,
54 'fname':
'vm.user.create',
55 'args': [{
'vnc':
True,
56 'name':
'TestVMDownload',
61 'description':
'asd'}],
62 'estatus':
'image_unavailable',
68 actions.append({
'u': u_new,
69 'fname':
'vm.user.create',
70 'args': [{
'vnc':
True,
71 'name':
'TestVMDownload',
76 'description':
'asd'}],
77 'estatus':
'image_unavailable',
81 actions.append(list_user_vms)
82 actions.append({
'u': u_new,
83 'fname':
'vm.user.destroy',
88 actions.append({
'u': u_new,
89 'fname':
'image.user.delete',