[Fuego] [PATCH 00/11] Add Fuego Functional.fuegotest

Guilherme Camargo guicc at profusion.mobi
Thu Mar 8 22:20:25 UTC 2018


​Tim, can you please try to add `--privileged` to the `docker create`​ call
on fuego-host-scripts/docker-create-container.sh ? This should not be the
final fix, it's just for testing.

```

sudo docker create -it --name ${DOCKERCONTAINER} \
    --privileged \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v /boot:/boot:ro \
    -v $DIR/../fuego-rw:/fuego-rw \
    -v $DIR/../fuego-ro:/fuego-ro:ro \
    -v $DIR/../../fuego-core:/fuego-core:ro \
    -e http_proxy=${http_proxy} \
    -e https_proxy=${https_proxy:-$http_proxy} \
    --net="host" ${DOCKERIMAGE} || \
    echo "Could not create fuego-container. See error messages."

```


Thanks


On Thu, Mar 8, 2018 at 6:32 PM, <Tim.Bird at sony.com> wrote:

>
>
> > -----Original Message-----
> > From: fuego-bounces at lists.linuxfoundation.org [mailto:fuego-
> > bounces at lists.linuxfoundation.org] On Behalf Of Guilherme Campos
> > Camargo
> > Sent: Wednesday, March 07, 2018 11:55 AM
> > To: fuego at lists.linuxfoundation.org
> > Subject: [Fuego] [PATCH 00/11] Add Fuego Functional.fuegotest
> >
> > Hello, Tim
> >
> > Please see a few more commits that have been added to
> > Functional.fuegotest.
> > They include bug-fixes and some new tests (Shell and Selenium).
> >
> > Not sure if you had the chance to take a look at my previous patches
> yet, but
> > if not, please consider using these one instead.
> >
> > There are many commits, but most of them are pretty small. Please feel
> > free to ask me to squash some of them if you prefer.
> >
> > To run these, you will need to checkout the `fuego-test` branch from
> > Profusion's fuego and fuego-core forks and then simply use fuego as
> usual to
> > add the fuego-test board and the Functional.fuegotest test.
> >
> > In summary:
> >
> > On host:
> > git clone --branch fuego-test https://bitbucket.org/profusionmobi/fuego-
> > core.git
> > git clone --branch fuego-test https://bitbucket.org/
> profusionmobi/fuego.git
> > cd fuego
> > ./install.sh
> > ./fuego-host-scripts/docker-remove-container.sh
> > ./fuego-host-scripts/docker-create-container.sh
> > ./fuego-host-scripts/docker-start-container.sh
> >
>
> The build worked.
>
> > In fuego:
> > ftc add-nodes fuego-test
> > ftc add-jobs -b fuego-test -t Functional.fuegotest
>
> these worked.
>
> > Then you will be able to start the test through Jenkins and see the
> results.
> Running the test in jenkins resulted in the log that's attached.
>
>  -- Tim
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/fuego/attachments/20180308/05c74c3d/attachment.html>


More information about the Fuego mailing list