mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Implement integration test case for linode with backup enabled
This commit is contained in:
parent
0db0fb555b
commit
de9dedd829
1 changed files with 3 additions and 0 deletions
|
@ -30,3 +30,6 @@ class LinodeTest(CloudTest):
|
|||
|
||||
def test_instance(self):
|
||||
return self._test_instance("linode-test")
|
||||
|
||||
def test_instance_with_backup(self):
|
||||
return self._test_instance("linode-test-with-backup")
|
||||
|
|
Loading…
Add table
Reference in a new issue