airshipctl/testutil
Ruslan Aliev 90f80d55b9 Ensure map is initialized before assignment
Attempts to write to a nil map will cause a runtime panic,
since we don't have explicit checks whether the map is nil
or not - they were added with proper initialization using make.
Appropriate test configuration was added.

Change-Id: Ib50686de44b782fdc881bd4608dd74588fce93bd
Relates-To: #190
Closes: #190
2020-05-07 16:22:52 -05:00
..
k8sutils Aligned the function definiton to its signature 2020-04-16 11:07:23 -05:00
redfishutils Add strong typing for baremetal power statuses 2020-05-01 17:25:31 +00:00
testconfig.go Ensure map is initialized before assignment 2020-05-07 16:22:52 -05:00
testdatafs.go Merge "Uplift go-git" 2020-04-15 13:08:33 +00:00
utilities.go Add copyright for missing files 2020-04-09 08:35:59 -05:00