mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Implement integration test case for linode with backup enabled
This commit is contained in:
parent
e9cb14c91e
commit
a7227a1e04
2 changed files with 12 additions and 2 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")
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
linode-test:
|
||||
provider: linode-config
|
||||
size: g6-standard-1
|
||||
size: g6-nanode-1
|
||||
image: linode/ubuntu22.04
|
||||
location: us-east
|
||||
location: us-mia
|
||||
|
||||
linode-test-with-backup:
|
||||
provider: linode-config
|
||||
size: g6-nanode-1
|
||||
image: linode/ubuntu22.04
|
||||
location: us-mia
|
||||
backups_enabled: True
|
||||
|
|
Loading…
Add table
Reference in a new issue