]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: to create pid file of topotest router
authorHiroki Shirokura <slank.dev@gmail.com>
Tue, 7 Sep 2021 03:55:01 +0000 (03:55 +0000)
committerHiroki Shirokura <slank.dev@gmail.com>
Tue, 7 Sep 2021 03:55:04 +0000 (03:55 +0000)
commite03862c34a31ad716d56cc90cd67446125d614e9
tree5436a36fe6e474d38e5d30e19aaf61bdc22884df
parenta76cd3242acae4cb6e20724df92877d1f7348230
topotests: to create pid file of topotest router

Create a pid file for the router created by topotest.
By executing nsenter directly against this pid, developers
can execute commands directly from outside the unet shell.
This allows the developer to use script, tab completion, etc.,
and improves efficiency.

Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
doc/developer/topotests.rst
tests/topotests/lib/topogen.py