]> xenbits.xensource.com Git - people/royger/osstest.git/commit
osstest: add support for runtime_IDENT_hostflags
authorRoger Pau Monne <roger.pau@citrix.com>
Wed, 13 Jun 2018 07:40:15 +0000 (09:40 +0200)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 21 Jun 2018 15:56:55 +0000 (16:56 +0100)
commitf22d4a789dec33ec5803102dfe3f1d7e3d8b9888
tree1c8f6002ec6d01bc57c5f61652c469dc9a7a5c95
parent55e096b528b6147663c67d00b973254818fce49e
osstest: add support for runtime_IDENT_hostflags

This is required for FreeBSD, that will need to set some of the
hostflags at runtime. The current IDENT_hostflags will be keep as-is,
and they should only be set at job creation time.

Also introduce a helper to set the runtime hostflags.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
Changes since v4:
 - Allow runtime flags to be appended instead of overwritten.

Changes since v3:
 - New in this version.
Osstest/TestSupport.pm