Skip to content

Commit 2517510

Browse files
committed
Wireless tests order data
1 parent b246b83 commit 2517510

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/module_tables.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ vrf:
8484
wireless:
8585
wireless_sensors:
8686
excluded_fields: [device_id, sensor_id, access_point_id, lastupdate]
87+
order_by: sensor_class, sensor_type, sensor_index
8788
cisco-mac-accounting:
8889
mac_accounting:
8990
excluded_fields: [ma_id, port_id, poll_time, poll_prev, poll_period, cipMacHCSwitchedBytes_input_rate, cipMacHCSwitchedBytes_output_rate, cipMacHCSwitchedPkts_input_rate, cipMacHCSwitchedPkts_output_rate]
@@ -93,7 +94,7 @@ cisco-mac-accounting:
9394
order_by: ports.ifIndex, mac
9495
discovery-protocols:
9596
links:
96-
joins:
97+
joins:
9798
- { left: links.local_port_id, right: ports.port_id, select: [ports.ifAlias, ports.ifDescr, ports.ifName] }
9899
custom_where: WHERE links.local_device_id=?
99100
excluded_fields: [local_device_id, local_port_id, remote_port_id, remote_device_id, id]

0 commit comments

Comments
 (0)