Skip to content

Commit

Permalink
Update testplan.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger committed Sep 12, 2023
1 parent fb3c27e commit 3e3d458
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/testplan.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,13 @@ You will need a YubiKey 4.3+ to test this feature.

This feature has additional build requirements, so it should be tested with a pre-release build from Drone (eg: `https://get.gravitational.com/teleport-ent-v11.0.0-alpha.2-linux-amd64-bin.tar.gz`).

#### Unit Tests

Hardware Key support tests depend on a YubiKey directly and so cannot be run by CI. Run the tests manually.

- [ ] `TELEPORT_TEST_YUBIKEY_PIV=yes go test github.com/gravitational/teleport/api/utils/keys -tags "piv" -v`
- [ ] `TELEPORT_TEST_YUBIKEY_PIV=yes go test github.com/gravitational/teleport/e/lib/hardwarekey -tags "piv"`

#### Server Access

These tests should be carried out sequentially. `tsh` tests should be carried out on Linux, MacOS, and Windows.
Expand Down

0 comments on commit 3e3d458

Please sign in to comment.