From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin Cooper Jr." <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [tisdk-build-scripts][PATCH 1/5] run-opentest: make assigning tests to a specific TEE optional
Date: Tue, 18 Mar 2014 10:22:40 -0400 [thread overview]
Message-ID: <20140318142240.GV12929@edge> (raw)
In-Reply-To: <loom.20140318T150747-911@post.gmane.org>
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
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2014-03-18 14:22 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-03 23:36 [tisdk-build-scripts][PATCH 0/5] updates for several recent OpenTest framework changes Denys Dmytriyenko
2014-03-03 23:36 ` [tisdk-build-scripts][PATCH 1/5] run-opentest: make assigning tests to a specific TEE optional Denys Dmytriyenko
2014-03-18 14:10 ` Franklin Cooper Jr.
2014-03-18 14:22 ` Denys Dmytriyenko [this message]
2014-03-03 23:36 ` [tisdk-build-scripts][PATCH 2/5] run-opentest: pass test_scripts_root to always get latest vatf from git Denys Dmytriyenko
2014-03-03 23:36 ` [tisdk-build-scripts][PATCH 3/5] run-opentest: add support for new version of opentest CLI Denys Dmytriyenko
2014-03-18 14:21 ` Cooper Jr., Franklin
2014-03-03 23:36 ` [tisdk-build-scripts][PATCH 4/5] linux-devtest.tgz: add new version of OpenTest CLI 13.11 Denys Dmytriyenko
[not found] ` <8F29D6B095ED194EA1980491A5E029710C668606@DFLE08.ent.ti.com>
2014-03-20 18:13 ` Cooper Jr., Franklin
2014-03-20 18:30 ` Denys Dmytriyenko
2014-03-21 14:20 ` Cooper Jr., Franklin
2014-03-21 14:52 ` Carlos Hernandez
2014-03-03 23:36 ` [tisdk-build-scripts][PATCH 5/5] arago-core-tisdk-dylan-puget: update to use new CLI Denys Dmytriyenko
2014-03-18 14:20 ` Cooper Jr., Franklin
2014-03-18 14:25 ` Denys Dmytriyenko
2014-03-18 14:29 ` Denys Dmytriyenko
2014-03-18 20:00 ` Cooper Jr., Franklin
2014-03-19 18:15 ` Denys Dmytriyenko
2014-03-17 18:49 ` [tisdk-build-scripts][PATCH 0/5] updates for several recent OpenTest framework changes Denys Dmytriyenko
2014-03-18 13:25 ` Cooper Jr., Franklin
2014-03-18 13:53 ` Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140318142240.GV12929@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.