Arvind Bhat
Arvind Bhat
Hi @neethajohn, can this PR be merged? Thanks
> @arvbb can you add Unit tests for this ? Hi @arlakshm, thanks for review.. Added UT logs.. ``` root@sonic:/home/admin# show nat config Global Values Admin Mode : enabled Global...
test_nat.py ======= collected 18 items test_nat.py::TestNat::test_NatGlobalTable PASSED [ 5%] test_nat.py::TestNat::test_NatInterfaceZone PASSED [ 11%] test_nat.py::TestNat::test_AddNatStaticEntry PASSED [ 16%] test_nat.py::TestNat::test_DelNatStaticEntry PASSED [ 22%] test_nat.py::TestNat::test_AddNaPtStaticEntry PASSED [ 27%] test_nat.py::TestNat::test_DelNaPtStaticEntry PASSED [ 33%] test_nat.py::TestNat::test_AddTwiceNatEntry...
> Please add some unit tests @arlakshm -Hi, added UT, could you please take a look, thanks.