test docs

This commit is contained in:
Olof hagsand 2019-02-19 13:32:03 +01:00
parent 4c0b412e9f
commit 7e4cce0000
4 changed files with 16 additions and 17 deletions

View file

@ -259,7 +259,7 @@ For example, the clixon-system container can be used as follows:
* CLI: `sudo docker exec -it clixon-system clixon_cli`
* Netconf: `sudo docker exec -it clixon-system clixon_netconf`
* Restconf: `curl -G http://localhost/restconf`
* Run tests: `sudo docker exec -it clixon-system bash -c 'cd /clixon/clixon/test; exec ./all.sh'`
* Run tests: `sudo docker exec -it clixon-system bash -c 'cd /clixon/clixon/test; ./all.sh'`
See [../docker](../docker) for more info.