Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jpfleischer opened this issue May 25, 2022 · 1 comment
Open

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

jpfleischer opened this issue May 25, 2022 · 1 comment
Assignees
Labels
2 priority two (high) bug Something isn't working easy

Comments

@jpfleischer
Copy link
Member

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
Copy link
Member

correction to meaning

  • --ssid=. or something than it probes, if we do not specify it assumes its on the network and we need no wifi
  • --ssid=find does the same as .
  • --ssid=SSID the ssid is specified from the commandline a find should still be performed and an Console warning should be issued alerting the user that the wifi was not found.
  • --wifipassword or whatever finction allows to specify it on commandline. if it is ommitted and ssid need to be specified, than the wifi password need to be asked for. we use a new cloudmesh.getpass function that woks on all OSSES.important is that the password is not printed. must work in cmd, pwereshell, gitbasj, mac, linux

@laszewsk laszewsk added 2 priority two (high) bug Something isn't working easy labels May 27, 2022
@laszewsk laszewsk changed the title Test cms burn raspberry with and without --ssid= burn: Test cms burn raspberry with and without --ssid= May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 priority two (high) bug Something isn't working easy
Projects
None yet
Development

No branches or pull requests

2 participants