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

Tim.Bird at sony.com Tim.Bird at sony.com
Fri Mar 9 00:00:10 UTC 2018


Same behavior.
 -- Tim


> -----Original Message-----
> From: fuego-bounces at lists.linuxfoundation.org [mailto:fuego-
> bounces at lists.linuxfoundation.org] On Behalf Of Guilherme Camargo
> Sent: Thursday, March 08, 2018 2:20 PM
> To: Bird, Timothy <Tim.Bird at sony.com>
> Cc: fuego at lists.linuxfoundation.org
> Subject: Re: [Fuego] [PATCH 00/11] Add Fuego Functional.fuegotest
> 
> ​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
> <mailto:Tim.Bird at sony.com> > wrote:
> 
> 
> 
> 
> 	> -----Original Message-----
> 	> From: fuego-bounces at lists.linuxfoundation.org <mailto:fuego-
> bounces at lists.linuxfoundation.org>  [mailto:fuego- <mailto:fuego->
> 	> bounces at lists.linuxfoundation.org
> <mailto: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
> <mailto: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-
> <https://bitbucket.org/profusionmobi/fuego->
> 	> core.git
> 	> git clone --branch fuego-test
> https://bitbucket.org/profusionmobi/fuego.git
> <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
> 
> 



More information about the Fuego mailing list