Skip to content

Commit

Permalink
test(osarch): add unit test for osarch
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin authored and myii committed Jul 24, 2019
1 parent 26edfa0 commit 1be2052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/default/controls/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
its('content') { should include '"pkg": {"name": "' }
its('content') { should include '"service": {"name": "' }
its('content') { should include '"tofs": {"files_switch": ["any/path/can/be/used/here", "id", "roles", "osfinger", "os", "os_family"], "source_files": {"template-config-file-file-managed": ["example.tmpl.jinja"]}' }
its('content') { should include '"arch": "amd64"' }
its('content') { should include '"winner": "pillar"}' }
its('content') { should include 'winner of the merge: pillar' }
end
Expand Down

0 comments on commit 1be2052

Please sign in to comment.