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)
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.


No differences found