-
Notifications
You must be signed in to change notification settings - Fork 696
1.8.0 Test Plan
QA plan
- NUC5s
- NUC7s
- NUC8s
- Mac Minis
- 1U test servers
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 1.8.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 1.8.0-specific changes as well as changes since the previous release candidate.
There are OS-specific sections in the test plan - make sure you complete the appropriate section based on the server OS in your chosen test scenario.
- Install target:
- Server OS:
- Tails version:
- Test Scenario:
- SSH over Tor:
- Onion service version:
- Release candidate:
- General notes:
- I can access both the source and journalist interfaces
- I can SSH into both machines over Tor
- AppArmor is loaded on app
- 0 processes are running unconfined
- AppArmor is loaded on mon
- 0 processes are running unconfined
- Both servers are running grsec kernels
- iptables rules loaded
- OSSEC emails begin to flow after install
- OSSEC emails are decrypted to correct key and I am able to decrypt them
- 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 1.7.0 and restore this backup on 1.8.0
- "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 And Submissions" 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 occurs without issue
- End-of-life messaging#5789
- When logged into the Journalist Interface, a banner is displayed with information on the April 30 date and a link to the blog advisory.
- When visiting the Source Interface, the interface is enabled
- If v2 is enabled, neither the Source Interface nor the Journalist Interface display a v2-related warning banner.
- on the Application Server, edit the file
/var/www/securedrop/server_os.py
, changingXENIAL_EOL_DATE
value todate(2021,2,23)
, and restart Apache with the commandsudo systemctl restart apache2
- When logged into the Journalist Interface, a banner is displayed informing you that the Source Interface is disabled and linking to the blog advisory.
- When visiting the Source Interface, a message is displayed saying that it is disabled, and you cannot log in or create a new source account.
- End-of-life messaging#5789
- When logged into the Journalist Interface the EOL banner is not displayed.
- When visiting the Source Interface, the interface is enabled
- Neither the Source Interface nor the Journalist Interface display a v2-related warning banner.
- on the Application Server, edit the file
/var/www/securedrop/server_os.py
, changingXENIAL_EOL_DATE
value todate(2021,2,23)
, and restart Apache with the commandsudo systemctl restart apache2
- When logged into the Journalist Interface the EOL banner is not displayed.
- When visiting the Source Interface, the interface is enabled
- Install or upgrade occurs without error
- Source interface is available and version string indicates it is 1.8.0
- A message can be successfully submitted
- The updater GUI appears on boot
- The update successfully occurs to 1.8.0
- After reboot, updater GUI no longer appears