Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions 10 test/integration/testpaths/testpath_volume_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def test_01_volume_snapshot(self):
)

vm_from_temp = VirtualMachine.create(
self.apiclient,
self.userapiclient,
self.testdata["small"],
templateid=templateFromSnapshot.id,
accountid=self.account.name,
Expand Down Expand Up @@ -497,7 +497,7 @@ def test_01_volume_snapshot(self):
# Step 5
# delete snapshot and deploy vm from snapshot
vm_from_temp_2 = VirtualMachine.create(
self.apiclient,
self.userapiclient,
self.testdata["small"],
templateid=templateFromSnapshot.id,
accountid=self.account.name,
Expand Down Expand Up @@ -553,7 +553,7 @@ def test_01_volume_snapshot(self):
)

vm_from_temp = VirtualMachine.create(
self.apiclient,
self.userapiclient,
self.testdata["small"],
templateid=templateFromSnapshot.id,
accountid=self.account.name,
Expand Down Expand Up @@ -605,7 +605,7 @@ def test_01_volume_snapshot(self):
)

vm_from_temp = VirtualMachine.create(
self.apiclient,
self.userapiclient,
self.testdata["small"],
templateid=templateFromSnapshot.id,
accountid=self.account.name,
Expand Down Expand Up @@ -683,7 +683,7 @@ def test_01_volume_snapshot(self):
)

vm_from_temp_2 = VirtualMachine.create(
self.apiclient,
self.userapiclient,
self.testdata["small"],
templateid=templateFromSnapshot.id,
accountid=self.account.name,
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.