summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Don't pollute trusted_certs test data to keep bootstrap tests happy.fix-failures-in-ssl-handlerPete Higgins2020-12-171-10/+17
* Don't write to test data directories to avoid state leaking into other tests.Pete Higgins2020-12-161-13/+10
* Simplify test setup.Pete Higgins2020-12-161-14/+12
* Simplify some circuitous test setup.Pete Higgins2020-12-161-7/+7
* Backfill some missing tests and simplify the existing one.Pete Higgins2020-12-161-7/+11
* The port doesn't matter.Pete Higgins2020-12-161-1/+1
* Simplify test grouping.Pete Higgins2020-12-161-40/+30
* Remove outdated test cruft.Pete Higgins2020-12-161-3/+0
* Remove a test that was not testing behavior of the code under test.Pete Higgins2020-12-161-5/+0
* Handle bad certs in trusted_certs_dir.Pete Higgins2020-12-161-0/+14
* Add friendlier error messages for OpenSSL stuff.Pete Higgins2020-12-161-4/+16
* Properly handle DER encoded certs and keys.Pete Higgins2020-12-161-0/+14
* Remove a useless test.Pete Higgins2020-12-151-7/+0
* Instead of silently failing, raise an exception for bad reporter types.Pete Higgins2020-12-111-4/+2
* Fix inaccurate log message.Pete Higgins2020-12-111-1/+1
* Remove gate on impossible case.Pete Higgins2020-12-111-5/+0
* Refactor to separate reporter creation from report sending.Pete Higgins2020-12-111-22/+23
* Fix broken code in compliance runner's send_report.Pete Higgins2020-12-111-0/+33
* Merge pull request #10711 from MsysTechnologiesllc/dh/win-pfx-certificate-exp...Tim Smith2020-12-091-0/+12
|\
| * fix review and test case addeddheerajd-msys2020-12-081-0/+12
* | only run systemd unit tests on linuxmwrock2020-12-081-1/+1
* | Resolve indentation warnings from ChefstyleTim Smith2020-12-041-1/+1
|/
* Merge pull request #10547 from chef/audit-modeTim Smith2020-12-027-0/+993
|\
| * Rename audit mode to Compliance Phase.Pete Higgins2020-12-017-49/+49
| * Replace hardcoded product references with the generic versions.Pete Higgins2020-12-011-1/+1
| * Set node attributes at normal rather than default level in audit runner unit ...Pete Higgins2020-12-011-10/+10
| * Warn if unsupported audit-cookbook config values are present.Pete Higgins2020-12-011-0/+22
| * Refactor Automate reporter.Pete Higgins2020-12-011-115/+183
| * Copy-paste code for missing method and tests from automate-cookbook.Pete Higgins2020-12-011-0/+70
| * Expand negative test case for Automate reporter.Pete Higgins2020-12-011-3/+10
| * Cleanup some error handling.Pete Higgins2020-12-011-1/+1
| * Raise an exception with old profile format.Pete Higgins2020-12-011-0/+42
| * Add hook methods to setup state earlier, add failure hook.Pete Higgins2020-12-011-20/+11
| * Simplify waiver handling by deferring to Inspec.Pete Higgins2020-12-011-18/+0
| * Simplify some test setup.Pete Higgins2020-12-011-8/+0
| * Fix waiver code.Pete Higgins2020-12-011-10/+31
| * Fill in pending specs for audit runner's #enabled? method.Pete Higgins2020-12-011-6/+55
| * Fix Chef::Client unit tests.Pete Higgins2020-12-011-0/+1
| * Fix chefstyle violations.Pete Higgins2020-12-016-303/+303
| * Add inspec fetchers from audit-cookbook.Pete Higgins2020-12-012-0/+227
| * Remove redundant test.Pete Higgins2020-12-011-4/+0
| * Inline a method and small code cleanup.Pete Higgins2020-12-011-5/+0
| * Avoid stubbing Time.now in tests.Pete Higgins2020-12-012-9/+8
| * Only stub http requests when they should happen.Pete Higgins2020-12-012-59/+65
| * Remove redundant test.Pete Higgins2020-12-011-6/+0
| * Add chef server automate reporter from audit-cookbook.Pete Higgins2020-12-012-7/+207
| * Copy automate reporter from audit-cookbook.Pete Higgins2020-12-011-0/+269
| * Add audit-enforcer reporter for audit mode.Pete Higgins2020-12-012-0/+62
* | Allow remote_file consider certificates stored under /etc/chef/trusted_certsKapil Chouhan2020-12-021-0/+11
|/
* Roll back a few chefstyle fixesTim Smith2020-12-011-1/+1