tests: Create OSRT:FreezeTime for all tests

This commit is contained in:
Stephan Kulow 2022-03-04 09:43:06 +01:00
parent 5c377d64d3
commit 00af16cc80

View File

@ -382,6 +382,7 @@ class StagingWorkflow(ABC):
# First ensure the existence of both the target project and the 'Config' attribute type # First ensure the existence of both the target project and the 'Config' attribute type
self.create_target() self.create_target()
self.create_attribute_type('OSRT', 'Config', 1) self.create_attribute_type('OSRT', 'Config', 1)
self.create_attribute_type('OSRT', 'FreezeTime', 1)
self.remote_config_set(self.initial_config(), replace_all=True) self.remote_config_set(self.initial_config(), replace_all=True)