* Fix vyos on network_cli on python3 bytes do not have format() in Python3 * Push connection to tasks, with bonus connection=local test * Run tests without explicit connection set * Add/update START messages where appropriate
* vyos_static_route implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add vyos_static_route implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * unit test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * modify vyos_static_route Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * integration test vyos_static and net_static_route Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix typo integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * modify vyos_static_route * modify integration test * vyos_static_route doc build fix * fix integration test data Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * update net_static_route cli test set * minor fix