Skip to content

Commit

Permalink
Implement integration test case for linode with backup enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Dec 14, 2023
1 parent dd0cd9e commit 280b058
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tests/integration/cloud/clouds/test_linode.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ def _test_instance(self, profile):

def test_instance(self):
return self._test_instance("linode-test")

def test_instance_with_backup(self):
return self._test_instance("linode-test-with-backup")
11 changes: 9 additions & 2 deletions tests/integration/files/conf/cloud.profiles.d/linode.conf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 280b058

Please sign in to comment.