All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [tisdk-build-scripts][PATCH 5/5] arago-core-tisdk-dylan-puget: update to use new CLI
Date: Wed, 19 Mar 2014 14:15:05 -0400	[thread overview]
Message-ID: <20140319181505.GB12929@edge> (raw)
In-Reply-To: <B81900EA-431A-4D4E-9C85-B9A07B51031B@ti.com>

On Tue, Mar 18, 2014 at 04:00:18PM -0400, Cooper Jr., Franklin wrote:
> 
> 
> > On Mar 18, 2014, at 9:29 AM, "Dmytriyenko, Denys" <denys@ti.com> wrote:
> > 
> >> On Tue, Mar 18, 2014 at 10:25:43AM -0400, Denys Dmytriyenko wrote:
> >>> On Tue, Mar 18, 2014 at 02:20:28PM +0000, Cooper Jr., Franklin wrote:
> >>> 
> >>> 
> >>>> -----Original Message-----
> >>>> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >>>> bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> >>>> Sent: Monday, March 03, 2014 5:36 PM
> >>>> To: meta-arago@arago-project.org
> >>>> Subject: [meta-arago] [tisdk-build-scripts][PATCH 5/5] arago-core-tisdk-dylan-
> >>>> puget: update to use new CLI
> >>>> 
> >>>> From: Denys Dmytriyenko <denys@ti.com>
> >>>> 
> >>>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >>>> ---
> >>>> configs/arago-core-tisdk-dylan-puget.txt |    4 ++--
> >>>> 1 file changed, 2 insertions(+), 2 deletions(-)
> >>>> 
> >>>> diff --git a/configs/arago-core-tisdk-dylan-puget.txt b/configs/arago-core-tisdk-
> >>>> dylan-puget.txt
> >>>> index f4ccb26..e24ab70 100644
> >>>> --- a/configs/arago-core-tisdk-dylan-puget.txt
> >>>> +++ b/configs/arago-core-tisdk-dylan-puget.txt
> >>>> @@ -164,11 +164,11 @@ TEST_LOCAL_IFACE="eth1"
> >>>> 
> >>>> # This variable contains the tarball name for the opentest CLI which is  #
> >>>> required to do target side testing.
> >>>> -OPENTEST_CLI="$SCRIPTS_ROOT/opentest_cli_0.7.tar.gz"
> >>>> +OPENTEST_CLI="$SCRIPTS_ROOT/linux-devtest.tgz"
> >>> [Franklin] Would it make sense to make this update to all the different configs?
> >> 
> >> Shouldn't be a problem. At the time of submitting these patches, there were 
> >> other issues with Opentest and no tests were working out of the box. Hence I 
> >> only updated my config for further testing. Most of the issues have been fixed 
> >> since then, so we can update other configs as well. But I made the changes to 
> >> be incremental,
> > 
> > Let me rephrase this to be more clear:
> > 
> >> so it should work with the old Opentest CLI, if you setup 
> >> requires it. Unfortunately, it no longer works with TIGT...
> > 
> > If your setup requires the use of the old Opentest CLI, it should still work. 
> > The old CLI no longer works in TIGT. But I'm fine with updating all configs to 
> > switch to the new CLI.
> 
> Thanks for explaining. I'm not sure of the status of our TEE in Dallas so 
> I'm ok with this patch as is. I'll update my team's config if I need to 
> later

Franklin, have you had a chance to look over the rest of the patches in this 
series?


> >>>> # This variable specifies the IP address of the TEE to be used with OpenTest  #
> >>>> Defaults to 128.247.105.11 if not set -OPENTEST_TEE_IP="10.218.102.142"
> >>>> +OPENTEST_TEE_IP="none"
> >>>> 
> >>>> # This variable specifies the hardware capabilities to be used with OpenTest
> >>>> # Capabilities are separated by underscores, some excamples are here:
> >>>> --
> >>>> 1.7.9.5
> >>>> 
> >>>> _______________________________________________
> >>>> meta-arago mailing list
> >>>> meta-arago@arago-project.org
> >>>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >>> _______________________________________________
> >>> meta-arago mailing list
> >>> meta-arago@arago-project.org
> >>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >> _______________________________________________
> >> meta-arago mailing list
> >> meta-arago@arago-project.org
> >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2014-03-19 18:15 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
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 [this message]
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=20140319181505.GB12929@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.