On Thu, Aug 04, 2016 at 01:00:13PM +0100, Ian Jackson wrote:
> Wei Liu writes ("[OSSTEST PATCH RFC 10/14] Introduce ts-xtf-fep"):
> > Test the availability of FEP during runtime.
> ...
> > +my $ret = target_cmd_root($ho, < > +$xtfdir/xtf-runner fep
> > +END
> > +die "expecting $expect b
Wei Liu writes ("[OSSTEST PATCH RFC 10/14] Introduce ts-xtf-fep"):
> Test the availability of FEP during runtime.
...
> +my $ret = target_cmd_root($ho, < +$xtfdir/xtf-runner fep
> +END
> +die "expecting $expect but fep test returned $ret" if $ret != $expect;
target_cmd_root does not re
Test the availability of FEP during runtime.
Signed-off-by: Wei Liu
---
ts-xtf-fep | 39 +++
1 file changed, 39 insertions(+)
create mode 100755 ts-xtf-fep
diff --git a/ts-xtf-fep b/ts-xtf-fep
new file mode 100755
index 000..e3884ac
--- /dev/null
+++ b/t