-
Notifications
You must be signed in to change notification settings - Fork 685
2.2.0 Test Plan
For both upgrades and fresh installs, here is a list of functionality that requires testing. You can use this for copy/pasting into your QA report.
If you have submitted a QA report already for a 2.2.0 release candidate with successful basic server testing and application acceptance testing sections, then you can skip these sections in subsequent reports, unless otherwise indicated by the Release Manager. This is to ensure that you focus your QA effort on the release-specific changes as well as changes since the previous release candidate.
If you are testing the upgrade scenario, you should create source and journalist accounts before performing the upgrade, and delete at least one journalist account - some test cases cover changes to the behaviour for journalist account deletion.
- Install target:
- Tails version:
- Test Scenario:
- SSH over Tor:
- Release candidate:
- General notes:
- After installing the testinfra dependencies, all tests in
./securedrop-admin verify
are passing:- Install dependencies on Admin Workstation with
cd ~/Persistent/securedrop && ./securedrop-admin setup -t
- Run tests with
./securedrop-admin verify
(this will take a while) - Remove test dependencies:
rm -rf admin/.venv3/ && ./securedrop-admin setup
- Install dependencies on Admin Workstation with
- QA Matrix checks pass
- Can successfully add admin user and login
- I have backed up and successfully restored the app server following the backup documentation
- If doing upgrade testing, make a backup on 2.1.0 and restore this backup on this release candidate
- "Send Test OSSEC Alert" button in the journalist triggers an OSSEC alert and an email is sent
- Can successfully add journalist account with HOTP authentication
- JS warning bar does not appear when using Security Slider high
- JS warning bar does appear when using Security Slider Low
- On generate page, refreshing codename produces a new 7-word codename
- On submit page, empty submissions produce flashed message
- On submit page, short message submitted successfully
- On submit page, file greater than 500 MB produces "The connection was reset" in Tor Browser quickly before the entire file is uploaded
- On submit page, file less than 500 MB submitted successfully
- Nonexistent codename cannot log in
- Empty codename cannot log in
- Legitimate codename can log in
- Returning user can view journalist replies - need to log into journalist interface to test
- Can log in with 2FA tokens
- incorrect password cannot log in
- invalid 2fa token cannot log in
- 2fa immediate reuse cannot log in
- Journalist account with HOTP can log in
- Filter by codename works
- Starring and unstarring works
- Click select all selects all submissions
- Selecting all and clicking "Download" works
- You can submit a reply and a flashed message and new row appears
- You cannot submit an empty reply
- Clicking "Delete Source Account" and the source and docs are deleted
- You can click on a document and successfully decrypt using application private key
After updating to this release candidate and running securedrop-admin tailsconfig
- The Updater GUI appears on boot
- Updating to 2.1.0 is successful
-
#6225 Use special "deleted" journalist for associations with deleted users
- If testing an upgrade scenario:
- steps here
- If testing an install scenario:
- steps here
- API behaviour cases here
- If testing an upgrade scenario:
-
#6222 Enforce 160-bit HOTP secret length and verify OTP secret length on login.
- If testing an upgrade scenario (existing 80-bits):
- steps here
- If testing an install scenario (all 160-bit):
- steps here
- If testing an upgrade scenario (existing 80-bits):
-
#6195 Remove "Refresh codename" feature
- Case here...
-
#6130 Display codename reminder only on first login
- Case here...
-
#6242 Updated expected grsec kernel version to 5.15.18
- On app and mon, verify that
uname -r
returns5.15.18-grsec-securedrop
- On app and mon, verify that
-
#6227 Updated Tor version to 0.4.6.9
- On app and mon, verify that
tor --version
indicates that the Tor version is0.4.6.9
- On app and mon, verify that
-
#6187 Adds SI and JI header updates
- Case here...
-
#6174 Disable caching of GPG passphrases
- Case here...
- Install or upgrade occurs without error
- Source interface is available and version string indicates it is 2.2.0
- A message can be successfully submitted
- The updater GUI appears on boot
- The update successfully occurs to 2.2.0
- After reboot, updater GUI no longer appears