aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/tests/pws.rs
Commit message (Collapse)AuthorAge
* Add test for pws get after factory resetRobin Krahl2019-01-26
| | | | | | | | The factory reset only clears the slot status. The slot content is overwritten with random data. Therefore accessing a PWS slot after a factory reset returns garbage data. We fixed this by always querying the status before accessing the PWS. This patch adds a corresponding test case.
* Add tests for pws commandDaniel Mueller2019-01-19
This change adds a set of tests for the pws command. Covered are all subcommands with the most commonly used parameter combinations.