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


Re: git clone ... Permission denied

2018-04-17 Thread Kamil Paral
On Tue, Apr 17, 2018 at 2:36 PM, Normand  wrote:

> Since today, I have a problem accessing the openqa git tree from pagure.
> I do not understand what I am doing wrong.
>
> any suggestion ?
>
> ===
> $git clone -v https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
> Cloning into 'os-autoinst-distri-fedora'...
> fatal: unable to access 'https://pagure.io/fedora-qa/o
> s-autoinst-distri-fedora.git/': Failed to connect to pagure.io port 443:
> Permission denied
> ===
>

Probably just a temporary pagure issue. Try again later. Btw, it works for
me at the moment.
___
qa-devel mailing list -- qa-devel@lists.fedoraproject.org
To unsubscribe send an email to qa-devel-le...@lists.fedoraproject.org


git clone ... Permission denied

2018-04-17 Thread Normand

Since today, I have a problem accessing the openqa git tree from pagure.
I do not understand what I am doing wrong.

any suggestion ?

===
$git clone -v https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
Cloning into 'os-autoinst-distri-fedora'...
fatal: unable to access 
'https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git/': Failed to 
connect to pagure.io port 443: Permission denied

===

--
Michel Normand
___
qa-devel mailing list -- qa-devel@lists.fedoraproject.org
To unsubscribe send an email to qa-devel-le...@lists.fedoraproject.org