tests: use --faked-system-time on whonix instead of date -s - #116
Conversation
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026080703-devel&flavor=pull-requests Test run included the following:
Upload failures
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026050504-devel&flavor=update
Failed tests16 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/176874#dependencies 31 fixed
Unstable testsDetails
Performance TestsPerformance degradation:19 performance degradations
Remaining performance tests:92 tests
|
Changing system time for the key generation time is unreliable - it's possible that sdwdate will change it back in the meantime. To avoid dealing with time drift between frontend and backend, generate key with timestamp in the past using gpg2 --faked-system-time instead.
Changing system time for the key generation time is unreliable - it's
possible that sdwdate will change it back in the meantime. To avoid
dealing with time drift between frontend and backend, generate key with
timestamp in the past using gpg2 --faked-system-time instead.