Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling

2015-01-22 Thread Ian Campbell
On Thu, 2015-01-22 at 15:15 +, Ian Jackson wrote: > Ian Campbell writes ("Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: > Refactor consolecmd handling"): > > On Thu, 2015-01-22 at 14:41 +, Ian Jackson wrote: > > > DYK, how far back is

Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling

2015-01-22 Thread Ian Jackson
Ian Campbell writes ("Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling"): > On Thu, 2015-01-22 at 14:41 +, Ian Jackson wrote: > > DYK, how far back is this supported ? > > http://perldoc.perl.org/parent.html says "introduced with

Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling

2015-01-22 Thread Ian Campbell
On Thu, 2015-01-22 at 14:41 +, Ian Jackson wrote: > Ian Campbell writes ("Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: > Refactor consolecmd handling"): > > On Thu, 2015-01-22 at 11:26 +, Ian Campbell wrote: > > > Turns out that including the 3pm conf

Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling

2015-01-22 Thread Ian Jackson
Ian Campbell writes ("Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling"): > On Thu, 2015-01-22 at 11:26 +, Ian Campbell wrote: > > Turns out that including the 3pm confuses search enginers, searching > > just for "perl Expo

Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling

2015-01-22 Thread Ian Campbell
On Thu, 2015-01-22 at 11:26 +, Ian Campbell wrote: > On Thu, 2015-01-22 at 11:24 +, Ian Campbell wrote: > > On Tue, 2015-01-20 at 18:34 +, Ian Jackson wrote: > > > Ian Campbell writes ("[PATCH OSSTEST v2 09/18] Toolstack: Refactor > > > consolecmd handling"): > > > ... > > > > diff --g

Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling

2015-01-22 Thread Ian Campbell
On Thu, 2015-01-22 at 11:24 +, Ian Campbell wrote: > On Tue, 2015-01-20 at 18:34 +, Ian Jackson wrote: > > Ian Campbell writes ("[PATCH OSSTEST v2 09/18] Toolstack: Refactor > > consolecmd handling"): > > ... > > > diff --git a/Osstest/Toolstack/xend.pm b/Osstest/Toolstack/xend.pm > > > in

Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling

2015-01-22 Thread Ian Campbell
On Tue, 2015-01-20 at 18:34 +, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd > handling"): > ... > > diff --git a/Osstest/Toolstack/xend.pm b/Osstest/Toolstack/xend.pm > > index c921c20..896d949 100644 > > --- a/Osstest/Toolstack/xend.pm > >

Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling

2015-01-20 Thread Ian Jackson
Ian Campbell writes ("[PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling"): ... > diff --git a/Osstest/Toolstack/xend.pm b/Osstest/Toolstack/xend.pm > index c921c20..896d949 100644 > --- a/Osstest/Toolstack/xend.pm > +++ b/Osstest/Toolstack/xend.pm > @@ -36,5 +36,6 @@ sub new { > #

[Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling

2014-12-02 Thread Ian Campbell
Signed-off-by: Ian Campbell --- Osstest/Toolstack/libvirt.pm | 6 ++ Osstest/Toolstack/xend.pm| 1 + Osstest/Toolstack/xl.pm | 6 ++ ts-logs-capture | 2 +- 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Osstest/Toolstack/libvirt.pm b/Osstest/Toolstac