Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
1
-
Client 2016-06-01, Client 2016-06-15
-
Not Needed
Description
The following facter acceptance tests fail on sles-11 instance on zlinux s390x using puppet-agent at sha 6719e02:
- tests/facts/ruby.rb
- tests/facts/sles.rb
- tests/options/custom_facts.rb
- tests/load_libfacter.rb
The beaker error report is as follows
Test Case tests/facts/ruby.rb reported: #<Minitest::Assertion: Expected /i(4|6)86-linux/ to match "s390x-linux".>
|
Test Case tests/facts/sles.rb reported: #<Minitest::Assertion: Expected /i386/ to match "s390x".>
|
Test Case tests/options/custom_facts.rb reported: #<Minitest::Assertion: Output from custom fact in $LOAD_PATH does not match expected output.
|
Expected: "testvalue"
|
Actual: "">
|
Test Case tests/load_libfacter.rb reported: #<Beaker::Host::CommandFailure: Host '148.100.110.190' exited with 1 running:
|
env PATH=/usr/local/bin:/bin:/usr/bin "/usr/bin/ruby" "//lib/ruby/vendor_ruby/facter.rb"
|
Last 10 lines of output were:
|
/usr/bin/ruby: No such file or directory -- //lib/ruby/vendor_ruby/facter.rb (LoadError)>
|