mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-22 18:44:49 +00:00
dev
This commit is contained in:
parent
cd798eb9b7
commit
156cfb40dd
22 changed files with 1069 additions and 319 deletions
|
|
@ -390,7 +390,8 @@ class InstancesTestCase(TestCase):
|
|||
response = self.client.post(
|
||||
reverse('instances:add_cdrom', args=[self.instance.id]),
|
||||
{
|
||||
'bus': 'sata',
|
||||
#'bus': 'sata',
|
||||
'bus': 'scsi',
|
||||
},
|
||||
HTTP_REFERER=reverse('index'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue