mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Added TODO comments to tests and other minor change
This commit is contained in:
parent
dd829cd10e
commit
890e3392ed
1 changed files with 11 additions and 5 deletions
|
|
@ -30,21 +30,27 @@ func TestScanAndCollect(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// do a collect on the emulator cluster to collect Redfish info
|
// do a collect on the emulator cluster to collect Redfish info
|
||||||
magellan.CollectInventory(&results, &magellan.QueryParams{})
|
magellan.CollectInventory(&results, &magellan.CollectParams{})
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestCrawlCommand(t *testing.T) {
|
func TestCrawlCommand(t *testing.T) {
|
||||||
|
// TODO: add test to check the crawl command's behavior
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestListCommand(t *testing.T) {
|
func TestListCommand(t *testing.T) {
|
||||||
|
// TODO: add test to check the list command's output
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestUpdateCommand(t *testing.T) {
|
func TestUpdateCommand(t *testing.T) {
|
||||||
|
// TODO: add test that does a Redfish simple update checking it success and
|
||||||
|
// failure points
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestGofishFunctions(t *testing.T) {
|
func TestGofishFunctions(t *testing.T) {
|
||||||
|
// TODO: add test that checks certain gofish function output to make sure
|
||||||
|
// gofish's output isn't changing spontaneously and remains predictable
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestGenerateHosts(t *testing.T) {
|
||||||
|
// TODO: add test to generate hosts using a collection of subnets/masks
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue