Docker: enable ssh tests
Test: restore tty after restconf start
This commit is contained in:
parent
8601690c91
commit
cafbe7d200
10 changed files with 41 additions and 9 deletions
|
|
@ -36,6 +36,13 @@ To download the openconfig and yang models required for the tests:
|
|||
git pull origin main
|
||||
```
|
||||
|
||||
## SSH and SSHD
|
||||
|
||||
Some tests require ssh and even sshd (eg test_netconf_ssh_callhome.sh), and requires generated host-keys:
|
||||
```
|
||||
# ssh-keygen -a
|
||||
```
|
||||
|
||||
## Continuous Integration
|
||||
|
||||
CI is done via github actions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue