mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
fix: added remote_assets_mount_point to ingore list for cofig parsing
This commit is contained in:
@@ -496,7 +496,7 @@ class RunConfiguration(object):
|
|||||||
|
|
||||||
# List of names that may be present in configuration (and it is valid for
|
# List of names that may be present in configuration (and it is valid for
|
||||||
# them to be there) but are not handled buy RunConfiguration.
|
# them to be there) but are not handled buy RunConfiguration.
|
||||||
ignore_names = ['logging']
|
ignore_names = ['logging', 'remote_assets_mount_point']
|
||||||
|
|
||||||
def get_reboot_policy(self):
|
def get_reboot_policy(self):
|
||||||
if not self._reboot_policy:
|
if not self._reboot_policy:
|
||||||
|
Reference in New Issue
Block a user