mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 04:49:00 +00:00
fix: added remote_assets_mount_point to ingore list for cofig parsing
This commit is contained in:
parent
13e5e4d943
commit
088d0f6981
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user