ngsdn-tutorial icon indicating copy to clipboard operation
ngsdn-tutorial copied to clipboard

In Exercise 5

Open Amazing8 opened this issue 4 years ago • 0 comments
trafficstars

ERROR: routing.IPv6RoutingTest

Traceback (most recent call last): File "./tests/routing.py", line 54, in runTest self.testPacket(pkt) File "/ptf/lib/base_test.py", line 551, in handle return f(*args, **kwargs) File "./tests/routing.py", line 72, in testPacket action_name="NoAction" File "/ptf/lib/helper.py", line 207, in build_table_entry table_entry.table_id = self.get_tables_id(table_name) File "/ptf/lib/helper.py", line 94, in return lambda name: self.get_id(primitive, name) File "/ptf/lib/helper.py", line 82, in get_id return self.get(entity_type, name=name).preamble.id File "/ptf/lib/helper.py", line 76, in get % (name, entity_type)) AttributeError: Could not find 'IngressPipeImpl.my_station_table' of type tables

I don't know where to add this table. How can I solve this problem,Thank you in advance

Amazing8 avatar Nov 08 '21 15:11 Amazing8