// Copyright (c) 2018 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 // package main func getExpectedHostDetails(tmpdir string) (HostInfo, error) { return genericGetExpectedHostDetails(tmpdir) }