forked from sous-chefs/jenkins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace serverspec with InSpec profile for smoke_war_stable
Signed-off-by: Josh Barker <[email protected]>
- Loading branch information
1 parent
eaf2f30
commit fa1a3cb
Showing
12 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
test/integration/smoke_war_stable/controls/smoke_war_stable.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# encoding: utf-8 | ||
# copyright: 2018, The Authors | ||
|
||
title 'Test all the Jenkins things' | ||
|
||
include_controls 'jenkins_smoke' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: smoke_war_stable | ||
title: InSpec Profile | ||
maintainer: The Authors | ||
copyright: The Authors | ||
copyright_email: [email protected] | ||
license: Apache-2.0 | ||
summary: An InSpec Compliance Profile | ||
version: 0.1.0 | ||
depends: | ||
- name: jenkins_smoke | ||
path: test/integration/jenkins_smoke |
1 change: 0 additions & 1 deletion
1
test/integration/smoke_war_stable/serverspec/assert_authn_enabled_spec.rb
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
test/integration/smoke_war_stable/serverspec/assert_credentials_created_spec.rb
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
test/integration/smoke_war_stable/serverspec/assert_job_built_spec.rb
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
test/integration/smoke_war_stable/serverspec/assert_job_created_spec.rb
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
test/integration/smoke_war_stable/serverspec/assert_plugin_installed_spec.rb
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
test/integration/smoke_war_stable/serverspec/assert_proxy_configured_spec.rb
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
test/integration/smoke_war_stable/serverspec/assert_script_executed_spec.rb
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
test/integration/smoke_war_stable/serverspec/assert_slave_jnlp_created_spec.rb
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
test/integration/smoke_war_stable/serverspec/assert_slave_ssh_created_spec.rb
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
test/integration/smoke_war_stable/serverspec/assert_user_created_spec.rb
This file was deleted.
Oops, something went wrong.