All of lore.kernel.org
 help / color / mirror / Atom feed
* Go SDK automated test
@ 2017-09-18 19:17 Otavio Salvador
  2017-09-28 11:37 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2017-09-18 19:17 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hello folks,

I did try to understand the automated test infrastructure but ended
lost on how the code was designed. So instead I wrote down a step by
step test so someone which knows better the autotest infra can
translate it.

git clone https://github.com/golang/dep go/src/github.com/golang/dep

. /opt/oel/17.1-snapshot/environment-setup-i586-oel-linux

export GOPATH=$PWD/go

cd go/src/github.com/golang/dep

i586-oel-linux-go build github.com/golang/dep/cmd/dep

This will generate a dep binary on the $PWD; is it possible to someone
wrap it on OEQA test?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Go SDK automated test
  2017-09-18 19:17 Go SDK automated test Otavio Salvador
@ 2017-09-28 11:37 ` Burton, Ross
  2017-10-02 18:39   ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2017-09-28 11:37 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 851 bytes --]

On 18 September 2017 at 20:17, Otavio Salvador <
otavio.salvador@ossystems.com.br> wrote:

> Hello folks,
>
> I did try to understand the automated test infrastructure but ended
> lost on how the code was designed. So instead I wrote down a step by
> step test so someone which knows better the autotest infra can
> translate it.
>
> git clone https://github.com/golang/dep go/src/github.com/golang/dep
>
> . /opt/oel/17.1-snapshot/environment-setup-i586-oel-linux
>
> export GOPATH=$PWD/go
>
> cd go/src/github.com/golang/dep
>
> i586-oel-linux-go build github.com/golang/dep/cmd/dep
>
> This will generate a dep binary on the $PWD; is it possible to someone
> wrap it on OEQA test?
>

Thanks Otavio, that's really useful.

Can you file a bug with this in (and CC me)?  It's a good exercise for a
new QA engineer.

Ross

[-- Attachment #2: Type: text/html, Size: 1587 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Go SDK automated test
  2017-09-28 11:37 ` Burton, Ross
@ 2017-10-02 18:39   ` Otavio Salvador
  0 siblings, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2017-10-02 18:39 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Patches and discussions about the oe-core layer

On Thu, Sep 28, 2017 at 8:37 AM, Burton, Ross <ross.burton@intel.com> wrote:
> On 18 September 2017 at 20:17, Otavio Salvador
> <otavio.salvador@ossystems.com.br> wrote:
>>
>> Hello folks,
>>
>> I did try to understand the automated test infrastructure but ended
>> lost on how the code was designed. So instead I wrote down a step by
>> step test so someone which knows better the autotest infra can
>> translate it.
>>
>> git clone https://github.com/golang/dep go/src/github.com/golang/dep
>>
>> . /opt/oel/17.1-snapshot/environment-setup-i586-oel-linux
>>
>> export GOPATH=$PWD/go
>>
>> cd go/src/github.com/golang/dep
>>
>> i586-oel-linux-go build github.com/golang/dep/cmd/dep
>>
>> This will generate a dep binary on the $PWD; is it possible to someone
>> wrap it on OEQA test?
>
>
> Thanks Otavio, that's really useful.
>
> Can you file a bug with this in (and CC me)?  It's a good exercise for a new
> QA engineer.

I just did; I assigned it to you. Thanks a lot


-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-02 18:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-18 19:17 Go SDK automated test Otavio Salvador
2017-09-28 11:37 ` Burton, Ross
2017-10-02 18:39   ` Otavio Salvador

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.