Re: [Xen-devel] [PATCH 2/7] osstest: move known_hosts generation to TestSupport

2017-05-23 Thread Ian Jackson
Roger Pau Monne writes ("[PATCH 2/7] osstest: move known_hosts generation to TestSupport"): > This is equivalent to the already existing authorized_keys function, and > generates the contents of the known_hosts file that should be installed on > targets. Acked-by: Ian Jackson __

[Xen-devel] [PATCH 2/7] osstest: move known_hosts generation to TestSupport

2017-05-23 Thread Roger Pau Monne
This is equivalent to the already existing authorized_keys function, and generates the contents of the known_hosts file that should be installed on targets. Signed-off-by: Roger Pau Monné --- Osstest/Debian.pm | 36 +--- Osstest/TestSupport.pm | 41 ++