mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
f3ee680429
Signed-off-by: Jared Quick <jquick@chef.io>
11 lines
638 B
XML
11 lines
638 B
XML
<?xml version='1.0'?>
|
|
<testsuites>
|
|
<testsuite name='long_commands' tests='4' failed='1'>
|
|
<testcase name='File /tmp should be directory' classname='long_commands.Anonymous' time='0.002058'/>
|
|
<testcase name='File /tmp should be directory' classname='long_commands.tmp-1.0' time='0.000102'/>
|
|
<testcase name='gem package rubocop should be installed' classname='long_commands.Anonymous' time='0.000168'>
|
|
<failure message='rubocop is not installed'/>
|
|
</testcase>
|
|
<testcase name='Command whoami stdout should eq "jquick\n"' classname='long_commands.Anonymous' time='0.034938'/>
|
|
</testsuite>
|
|
</testsuites>
|