Re: How do I run the standard test interface tests with docker?

2018-04-23 Thread Miro Hrončok

On 23.4.2018 20:06, Adam Williamson wrote:

I did ask in #fedora-ci on IRC if anyone could answer the question for
you, sorry I didn't check to see if anyone had followed up. It's not
*wrong* exactly, but the folks here are not mostly the folks
responsible for the 'Fedora CI' stuff, this list is older and mainly
focused on the dev projects initiated by the 'Fedora QA' team itself
(of which Fedora CI is not one). Sorry for the confusion :/


Thank you Adam, I've asked at CI list:

https://lists.fedoraproject.org/archives/list/c...@lists.fedoraproject.org/thread/Y7W4ZW2FOTBX6B5A344P3RA5DVI5V4U2/

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
qa-devel mailing list -- qa-devel@lists.fedoraproject.org
To unsubscribe send an email to qa-devel-le...@lists.fedoraproject.org


Re: How do I run the standard test interface tests with docker?

2018-04-23 Thread Adam Williamson
On Sat, 2018-04-21 at 17:07 +0200, Miro Hrončok wrote:
> On 17.4.2018 22:45, Miro Hrončok wrote:
> > I'm trying to follow the following guide:
> > 
> > https://fedoraproject.org/wiki/CI/Tests#Wrapping
> > 
> > ...
> > 
> > What piece am I missing?
> 
> Is this a wrong place ask?

I did ask in #fedora-ci on IRC if anyone could answer the question for
you, sorry I didn't check to see if anyone had followed up. It's not
*wrong* exactly, but the folks here are not mostly the folks
responsible for the 'Fedora CI' stuff, this list is older and mainly
focused on the dev projects initiated by the 'Fedora QA' team itself
(of which Fedora CI is not one). Sorry for the confusion :/
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
___
qa-devel mailing list -- qa-devel@lists.fedoraproject.org
To unsubscribe send an email to qa-devel-le...@lists.fedoraproject.org


Re: How do I run the standard test interface tests with docker?

2018-04-22 Thread Miro Hrončok

On 21.4.2018 18:13, Matthew Miller wrote:

On Sat, Apr 21, 2018 at 05:07:16PM +0200, Miro Hrončok wrote:

I'm trying to follow the following guide:
https://fedoraproject.org/wiki/CI/Tests#Wrapping
What piece am I missing?

Is this a wrong place ask?


Maybe try c...@lists.fedoraproject.org?


Thank You, Matthew.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
qa-devel mailing list -- qa-devel@lists.fedoraproject.org
To unsubscribe send an email to qa-devel-le...@lists.fedoraproject.org


Re: How do I run the standard test interface tests with docker?

2018-04-21 Thread Matthew Miller
On Sat, Apr 21, 2018 at 05:07:16PM +0200, Miro Hrončok wrote:
> >I'm trying to follow the following guide:
> >https://fedoraproject.org/wiki/CI/Tests#Wrapping
> >What piece am I missing?
> Is this a wrong place ask?

Maybe try c...@lists.fedoraproject.org?


-- 
Matthew Miller

Fedora Project Leader
___
qa-devel mailing list -- qa-devel@lists.fedoraproject.org
To unsubscribe send an email to qa-devel-le...@lists.fedoraproject.org


How do I run the standard test interface tests with docker?

2018-04-17 Thread Miro Hrončok

I'm trying to follow the following guide:

https://fedoraproject.org/wiki/CI/Tests#Wrapping

Let's say I've done the following:

$ fedpkgclone gzip
$ cd gzip/tests/

Now I want to run the tests in Docker. The guide says:

> Try running this example test against an Atomic Host or Docker 
Container. It should pass.


"Docker Container" leads to:

https://fedoraproject.org/wiki/CI/Standard_Test_Roles#Container

So I've done:

$ export TEST_SUBJECTS=docker:docker.io/library/fedora:26
$ ansible-playbook --tags=container tests.yml

I see a lot of cows (cute), yet the error is:

> "Destination /usr/local/bin not writable"

It's also amazingly fast, so I think no Fedora 26 docker image is being 
pulled in. I don't think docker is invoked here at all.


What piece am I missing?
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
qa-devel mailing list -- qa-devel@lists.fedoraproject.org
To unsubscribe send an email to qa-devel-le...@lists.fedoraproject.org