travis make test
This commit is contained in:
parent
49fb8a9929
commit
9b73d604f5
4 changed files with 5 additions and 5 deletions
|
|
@ -25,7 +25,7 @@ support.
|
|||
* [Runtime](#runtime)
|
||||
* [Clixon project page](http://www.clicon.org)
|
||||
* [Tests](test/README.md)
|
||||
* [Docker](docker/README.md)
|
||||
* [Clixon containers](docker/README.md)
|
||||
* [Roadmap](ROADMAP.md)
|
||||
* [Reference manual](#reference)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
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).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Clixon container images
|
||||
# Clixon containers
|
||||
|
||||
This directory contains sub-directories with examples of Clixon docker images:
|
||||
|
||||
|
|
|
|||
|
|
@ -63,8 +63,8 @@ docker: clixon Dockerfile
|
|||
|
||||
# Start the clixon system container and run the test script
|
||||
test: docker
|
||||
./start.sh
|
||||
sudo docker exec -it clixon-system bash -c 'cd /clixon/clixon/test; exec ./all.sh'
|
||||
./cleanup.sh ; ./start.sh # kill (ignore error) and the start it
|
||||
sudo docker exec -it clixon-system bash -c 'cd /clixon/clixon/test && ./all.sh'
|
||||
|
||||
push:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue