Changed IP address to use local

This commit is contained in:
David Allen 2024-09-26 08:30:15 -06:00
parent 18d5ef10b0
commit 61c65e5419
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ import (
)
var (
host = flag.String("host", "https://172.23.0.2:5000", "set the BMC host")
host = flag.String("host", "https://127.0.0.1:5000", "set the BMC host")
username = flag.String("username", "root", "set the BMC username used for the tests")
password = flag.String("password", "root_password", "set the BMC password used for the tests")
)