Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert tests to InSpec tests #641

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixup
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Jan 7, 2025
commit 845aedd761cc6b3b0f29ac66654820e8d397e60f
3 changes: 2 additions & 1 deletion kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ suites:
run_list:
- recipe[test::repo]
verifier:
inspec_tests: test/integration/repo_install
inspec_tests:
- test/integration/repo
- name: epel
run_list:
- recipe[test::epel]
Expand Down
3 changes: 0 additions & 3 deletions test/integration/repo/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name: repo
title: Nginx Repository Suite
summary: Nginx repository configuration tests
depends:
- name: default
path: test/integration/default
supports:
- os-family: debian
- os-family: suse
Expand Down
3 changes: 0 additions & 3 deletions test/integration/repo_install/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
name: repo_install
title: Nginx Repository Installation Suite
summary: Verify Nginx package installation from repository
depends:
- name: repo
path: test/integration/repo
supports:
- os-family: linux
Loading