Age | Commit message (Collapse) | Author |
|
|
|
This was now used by multiple methods, no need to duplicate code.
|
|
|
|
|
|
|
|
Cloud-inint uses a default fallback, we want to ensure no code change modfies
this behaviour.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This now ensures that the stack of fetching IDs from keyservers and adding them
really works by comparing against known good keys that are expected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adding:
- known content after full templating
- restore subp from mocking for proper execution
- drop all kind of superfluous mocking of util and OS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If no timestamp was passed into a ReportingEvent, then the default was
used. That default was 'time.time()' which was evaluated once only at
import time.
|