travis make test

This commit is contained in:
Olof Hagsand 2019-02-11 16:46:28 +01:00
parent 49fb8a9929
commit 9b73d604f5
4 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ support.
* [Runtime](#runtime) * [Runtime](#runtime)
* [Clixon project page](http://www.clicon.org) * [Clixon project page](http://www.clicon.org)
* [Tests](test/README.md) * [Tests](test/README.md)
* [Docker](docker/README.md) * [Clixon containers](docker/README.md)
* [Roadmap](ROADMAP.md) * [Roadmap](ROADMAP.md)
* [Reference manual](#reference) * [Reference manual](#reference)

View file

@ -241,7 +241,7 @@ The example below shows enabling a specific feature; enabling all features in mo
Features can be probed by using RFC 7895 Yang module library which provides Features can be probed by using RFC 7895 Yang module library which provides
information on all modules and which features are enabled. information on all modules and which features are enabled.
## Can I run Clixon as docker containers? ## Can I run Clixon as a container?
Yes, Clixon has two examples on how to build docker containers. A [base](../docker/base) image and a complete [example system](../docker/system). Yes, Clixon has two examples on how to build docker containers. A [base](../docker/base) image and a complete [example system](../docker/system).

View file

@ -1,4 +1,4 @@
# Clixon container images # Clixon containers
This directory contains sub-directories with examples of Clixon docker images: This directory contains sub-directories with examples of Clixon docker images:

View file

@ -63,8 +63,8 @@ docker: clixon Dockerfile
# Start the clixon system container and run the test script # Start the clixon system container and run the test script
test: docker test: docker
./start.sh ./cleanup.sh ; ./start.sh # kill (ignore error) and the start it
sudo docker exec -it clixon-system bash -c 'cd /clixon/clixon/test; exec ./all.sh' sudo docker exec -it clixon-system bash -c 'cd /clixon/clixon/test && ./all.sh'
push: push: