cloudmesh / cloudmesh-pi-burn

Burns many SD cards so we can build a Raspberry PI cluster
Other
18 stars 12 forks source link

burn: Test cms burn raspberry with and without --ssid= #66

Open jpfleischer opened 2 years ago

jpfleischer commented 2 years ago

We must test cms burn raspberry to burn a cluster and we must test the --ssid= parameter.

If we leave the flag with no ssid, as in --ssid=, then the program should probe the ssid that the computer is using. We can even use --ssid=Find among other strings like T and t and 1 and so on.

If we enter an ssid such as --ssid=Netgear then the program should use the specified ssid and, if password is not specified, then the program will ask for a password. If we do not specify --ssid at all then no SSID is used since we assume it is an ethernet setup.

Also, when prompting the user for a password, it should not be printed in plaintext.

laszewsk commented 2 years ago

correction to meaning