Revert "Update attachment paths"

This reverts commit e5a21f7488.
This commit is contained in:
Andrew David Wong 2021-06-18 05:39:47 -07:00
parent 863f0ee9bd
commit 60bd80ad25
No known key found for this signature in database
GPG key ID: 8CE137352A019A17
30 changed files with 107 additions and 107 deletions

View file

@ -114,7 +114,7 @@ vm_qrexec_gui/TC_20_DispVM_fedora-21/test_030_edit_file
Example test run:
![snapshot-tests2.png](/attachment/doc/snapshot-tests2.png)
![snapshot-tests2.png](/attachment/wiki/developers/snapshot-tests2.png)
Tests are also compatible with nose2 test runner, so you can use this instead:

View file

@ -94,6 +94,6 @@ make REMOTE=example.com:public_html/qubes/profiling/ upload
This example is from `qubes-manager` (`qubesmanager/main.py`).
!["update\_table-20140424-170010.svg"](//attachment/doc/update_table-20140424-170010.svg)
!["update\_table-20140424-170010.svg"](//attachment/wiki/Profiling/update_table-20140424-170010.svg)
It is apparent that the problem is around `get_disk_usage`, which calls something via `subprocess.call`. It does this 15 times, probably once per VM.