Allow inventory_builder to add nodes with hostname (#5398)

Change-Id: Ifd7dd7ce8778f4f1be2016cae8d74452173b5312
This commit is contained in:
Matthew Mosesohn
2019-12-02 19:13:04 +03:00
committed by Kubernetes Prow Robot
parent 18cee65c4b
commit e44b0727d5
2 changed files with 23 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ path = "./contrib/inventory_builder/"
if path not in sys.path:
sys.path.append(path)
import inventory
import inventory # noqa
class TestInventory(unittest.TestCase):