Hello,
I am adding new api for packet duplication using netem duplicate at topology : interface class. And Encounter an error on testing.
The test-case works fine at / directory( i.e your cloned folder) but does not work in /nest/test/ directory.
It gives an Attribute error.
1. Testcase at / directory.
a. Screenshot of working testcase.
b. Another working example for packet duplication
The same code when run on different directory:
say ./nest/test/
AttributeError: 'Interface' object has no attribute 'set_packet_duplication'
API: set_packet_duplication()
Testcase code:
Please suggest what could be the problem getting attribute error.
Thannks
Vashung Muilung