backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / lib / ofctl_json / of14 / 5-30-ofp_port_stats_reply.packet.json
1 {
2     "1": [
3         {
4             "duration_nsec": 0,
5             "duration_sec": 0,
6             "port_no": 7,
7             "properties": [
8                 {
9                     "collisions": 0,
10                     "rx_crc_err": 0,
11                     "rx_frame_err": 0,
12                     "rx_over_err": 0,
13                     "type": "ETHERNET"
14                 },
15                 {
16                     "bias_current": 300,
17                     "flags": 3,
18                     "rx_freq_lmda": 1500,
19                     "rx_grid_span": 500,
20                     "rx_offset": 700,
21                     "rx_pwr": 2000,
22                     "temperature": 273,
23                     "tx_freq_lmda": 1500,
24                     "tx_grid_span": 500,
25                     "tx_offset": 700,
26                     "tx_pwr": 2000,
27                     "type": "OPTICAL"
28                 },
29                 {
30                     "data": [],
31                     "exp_type": 0,
32                     "experimenter": 101,
33                     "type": "EXPERIMENTER"
34                 },
35                 {
36                     "data": [
37                         1
38                     ],
39                     "exp_type": 1,
40                     "experimenter": 101,
41                     "type": "EXPERIMENTER"
42                 },
43                 {
44                     "data": [
45                         1,
46                         2
47                     ],
48                     "exp_type": 2,
49                     "experimenter": 101,
50                     "type": "EXPERIMENTER"
51                 }
52             ],
53             "rx_bytes": 0,
54             "rx_dropped": 0,
55             "rx_errors": 0,
56             "rx_packets": 0,
57             "tx_bytes": 336,
58             "tx_dropped": 0,
59             "tx_errors": 0,
60             "tx_packets": 4
61         },
62         {
63             "duration_nsec": 0,
64             "duration_sec": 0,
65             "port_no": 6,
66             "properties": [
67                 {
68                     "collisions": 0,
69                     "rx_crc_err": 0,
70                     "rx_frame_err": 0,
71                     "rx_over_err": 0,
72                     "type": "ETHERNET"
73                 }
74             ],
75             "rx_bytes": 336,
76             "rx_dropped": 0,
77             "rx_errors": 0,
78             "rx_packets": 4,
79             "tx_bytes": 336,
80             "tx_dropped": 0,
81             "tx_errors": 0,
82             "tx_packets": 4
83         }
84     ]
85 }