Skip to content

Commit

Permalink
Merge pull request #15 from WyriHaximusNet/test-terraform-runs
Browse files Browse the repository at this point in the history
Assert TerraForm runs
  • Loading branch information
WyriHaximus authored Oct 7, 2024
2 parents f2a07ff + 55324aa commit 728acf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions test/test_terraform.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import pytest

def test_terraform(host):
assert 'Terraform v' in host.run('terraform version').stdout
assert 'on linux_' in host.run('terraform version').stdout
2 changes: 1 addition & 1 deletion test/test_user.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

def test_user_app(host):
def test_user_runner(host):
userName = 'runner'
groupName = 'runner'
homeDir = '/home/runner'
Expand Down

0 comments on commit 728acf7

Please sign in to comment.