tests: Fix tests when run on AWS.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 31 Oct 2018 15:35:34 +0000 (15:35 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 31 Oct 2018 15:37:34 +0000 (15:37 +0000)
commit4bceb38a6102ca95bde79205efaa643a0824d3a2
tree02af87cc1b39687235efc822fb7ec24f956d74c4
parent147c648e950ef45b7a5b7b3e8cb30b89c435593b
tests: Fix tests when run on AWS.

When running on AWS two of the tests failed.  This was because the
tests did _not_ include a working dmidecode binary, hence the platform
dmidecode binary was being run instead, and that was detecting as AWS
owing to the previous commit.  Fix this by supplying a working
dmidecode binary for those tests.
tests/ldoms/sbin/dmidecode [new file with mode: 0755]
tests/ppc64-baremetal/sbin/dmidecode [changed mode: 0644->0755]