Re: [Xen-devel] [PATCH OSSTEST v2 04/11] HostDB: introduce set_property

2017-08-01 Thread Ian Jackson
Roger Pau Monne writes ("[PATCH OSSTEST v2 04/11] HostDB: introduce set_property"): > And provide a helper in TestSupport to use it. This allows osstest to > set host properties from test script themselves (instead of using > the mg-hosts clu). ... > +sub set_property() { > +my ($hd, $ho,

[Xen-devel] [PATCH OSSTEST v2 04/11] HostDB: introduce set_property

2017-08-01 Thread Roger Pau Monne
And provide a helper in TestSupport to use it. This allows osstest to set host properties from test script themselves (instead of using the mg-hosts clu). Signed-off-by: Roger Pau Monné --- Osstest/HostDB/Executive.pm | 19 +++ Osstest/HostDB/Static.pm| 7 +++ Osstest/Te