inspec/test/functional
Adam Leff 73d46f9c49
Replace Nokogiri with REXML in the JUnit formatter
In #1454, we welcomed a newly-revamped JUnit formatter which has
a dependency on Nokogiri. Unfortunately, this had led us to problems
getting InSpec included in Chef omnibus builds (see chef/chef#5937)
because Chef is using Ruby 2.4.1 and the Nokogiri maintainers have
not yet released a windows binary gem that supports Ruby 2.4.x.
This has led to breaking builds in Chef's CI platform and would
block the acceptance of chef/chef#5937.

This change replaces Nokogiri use with REXML instead. While REXML
can be slower than Nokogiri, it does not require native extensions
and is supported on all Chef platforms.

Signed-off-by: Adam Leff <adam@leff.co>
2017-04-03 14:51:48 -04:00
..
gitfetcher_test.rb Rename --no-write-lockfile to --no-create-lockfile 2016-09-22 10:08:32 +02:00
helper.rb add functional tests 2016-11-09 09:12:10 -06:00
inheritance_test.rb update functional tests 2016-11-04 18:01:28 +01:00
inspec_archive_test.rb Updating tests for profile versions 2016-12-14 16:20:27 +00:00
inspec_artifact_test.rb adds profile signing/verification 2016-10-27 14:44:10 +02:00
inspec_compliance_test.rb Extend inspec compliance cli to support automate backend 2016-11-30 13:27:50 +01:00
inspec_exec_json_test.rb add inspec json schema validation to functional tests 2017-03-22 09:42:36 +01:00
inspec_exec_jsonmin_test.rb add inspec json schema validation to functional tests 2017-03-22 09:42:36 +01:00
inspec_exec_junit_test.rb Replace Nokogiri with REXML in the JUnit formatter 2017-04-03 14:51:48 -04:00
inspec_exec_test.rb Generate default profile names, fix bug when using two-or-more flat profiles 2017-02-13 13:07:41 -05:00
inspec_json_profile_test.rb static keys in all json 2016-09-19 12:00:14 +02:00
inspec_shell_test.rb Provide target info on shell invocation 2017-02-14 14:46:47 +01:00
inspec_test.rb Remove some warnings during the test run 2016-09-09 14:14:36 +01:00
inspec_vendor_test.rb Update CLI output, adjust tests 2017-03-29 10:22:20 +02:00