On Tue, Mar 18, 2014 at 02:10:23PM +0000, Franklin Cooper Jr. wrote:
> Denys Dmytriyenko <denis@...> writes:
>
>
>
> >
>
> > From: Denys Dmytriyenko <denys@...>
>
> >
>
> > Signed-off-by: Denys Dmytriyenko <denys@...>
>
> > ---
>
> > lib/run-opentest | 12 ++++++++++--
>
> > 1 file changed, 10 insertions(+), 2 deletions(-)
>
> >
>
> > diff --git a/lib/run-opentest b/lib/run-opentest
>
> > index 98a7dc8..c502764 100644
>
> > --- a/lib/run-opentest
>
> > +++ b/lib/run-opentest
>
> > <at> <at> -213,6 +213,14 <at> <at> run_target_side_test() {
>
> > OPENTEST_TEE_IP="128.247.105.52"
>
> > fi
>
> >
>
> > + # if OPENTEST_TEE_IP is set to "none", disable assigning to a
> specific TEE
>
> > + if [ "$OPENTEST_TEE_IP" == "none" ]
>
> > + then
>
> > + ASSIGN_TO_TEE=""
>
> > + else
>
> > + ASSIGN_TO_TEE="~assign_to_tees=\"vatf on $OPENTEST_TEE_IP\""
>
> > + fi
>
> > +
>
>
>
> I thought if you didn't specify a TEE nearby it can cause problems when
> your NFS directory is 100s of miles away from the TEE.
There's another option to request a specific farm. So, you have to specify
either TEE or a specific farm. I need this in order to request boards from
TIGT farm, that has several TEEs.
> > # if OPENTEST_HW_CAP is not set in config, default to "linux"
>
> > if [ -z $OPENTEST_HW_CAP ]
>
> > then
>
> > <at> <at> -220,8 +228,8 <at> <at> run_target_side_test() {
>
> > fi
>
> >
>
> > # Call opentest framework. Echo the command being used for logging
>
> > - echo "java -jar opentest_cli_0.7.jar --template penguin --hw
>
> > platform=$oplatform,$OPENTEST_HW_CAP --sw
>
> >
> kernel=$kernel$dtb~kernel_modules=$spluart$uboot~nfs=$ipaddr:$nfs_dir~assign
> _to_tees=\"vatf
>
> > on $OPENTEST_TEE_IP\" --params script=/$TEST_SCRIPTS_TGT/opentest.sh"
>
> > - java -jar opentest_cli_0.7.jar --template penguin --hw
> platform=$oplatform,$OPENTEST_HW_CAP --sw
>
> >
> kernel=$kernel$dtb~kernel_modules=$spluart$uboot~nfs=$ipaddr:$nfs_dir~assign
> _to_tees="vatf
>
> > on $OPENTEST_TEE_IP" --params script=/$TEST_SCRIPTS_TGT/opentest.sh
>
> > + echo "java -jar opentest_cli_0.7.jar --template penguin --hw
>
> > platform=$oplatform,$OPENTEST_HW_CAP --sw
>
> >
> kernel=$kernel$dtb~kernel_modules=$spluart$uboot~nfs=$ipaddr:$nfs_dir$ASSIGN
> _TO_TEE
>
> > --params script=/$TEST_SCRIPTS_TGT/opentest.sh"
>
> > + java -jar opentest_cli_0.7.jar --template penguin --hw
> platform=$oplatform,$OPENTEST_HW_CAP --sw
>
> >
> kernel=$kernel$dtb~kernel_modules=$spluart$uboot~nfs=$ipaddr:$nfs_dir$ASSIGN
> _TO_TEE
>
> > --params script=/$TEST_SCRIPTS_TGT/opentest.sh
>
> >
>
> >
> ############################################################################
> ####
>
> > # Check the results of the opentest run.
>
>
>
>
>
>
>
> _______________________________________________
> meta-arago mailing list
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago