testprotocols 0.7.1__tar.gz → 0.7.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {testprotocols-0.7.1/src/testprotocols.egg-info → testprotocols-0.7.2}/PKG-INFO +1 -1
- {testprotocols-0.7.1 → testprotocols-0.7.2}/pyproject.toml +1 -1
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/__init__.py +1 -1
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/devices/client.py +18 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/devices/sdwan.py +6 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/devices/switch.py +6 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2/src/testprotocols.egg-info}/PKG-INFO +1 -1
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_device_types.py +6 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/LICENSE +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/NOTICE +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/README.md +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/setup.cfg +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/aftr_gateway.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/appliance_nat.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/appliance_uplinks.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/appliance_vlans.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/arp_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/bgp.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/conntrack.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/content_filtering.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/device_lifecycle.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/device_management.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/devices/__init__.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/devices/base.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/devices/cpe.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/devices/infra.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/devices/traffic.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/devices/voice.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/devices/wan.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/dhcp_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/dhcp_server.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/discovery.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/dns_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/file_transfer.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/firewall.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/firewall_zones.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/first_hop_security.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/gateway_redundancy.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/http_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/http_server.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/hw_console.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/interface_dhcp.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/ip_interface.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/ip_routing.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/iperf_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/iperf_generator.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/iperf_server.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/l3_firewall.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/l7_firewall.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/link_aggregation.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/mac_table.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/__init__.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/dhcp.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/firewall.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/impairment.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/l2_common.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/multicast.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/networking.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/packets.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/qoe.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/radius.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/sdwan_appliance.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/switch.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/switch_routing.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/tr069.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/traffic.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/wan_edge.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/models/wifi.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/multicast_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/nat.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/netem_controller.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/network_endpoint.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/network_probe.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/nmap_scanner.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/ntp_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/ntp_config.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/ospf.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/packet_filter.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/pcap_capture.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/pdu_controller.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/port_poe.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/port_security.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/port_status.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/py.typed +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/qoe_browser.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/radius_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/radius_server.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/reachability_responder.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/routed_interfaces.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/router.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/routing_read.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/sdwan_policy_manager.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/sip_phone.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/sip_server.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/site_to_site_vpn.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/snmp_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/spanning_tree.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/static_routes.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/storm_control.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/streaming_server.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/switch_acl.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/switch_ports.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/switch_qos.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/switch_vlans.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/syslog_config.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/tftp_server.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/threat_prevention.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/tr069_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/tr069_server.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/traffic_shaping.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/upnp_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/vlan_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/wan_link_admin.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/wifi_bss.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/wifi_client.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/wifi_mesh.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/wifi_onboarding.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/wifi_radio.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/wifi_rf.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/wifi_stations.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols/wifi_transitions.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols.egg-info/SOURCES.txt +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols.egg-info/dependency_links.txt +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/src/testprotocols.egg-info/top_level.txt +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_appliance_vlans.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_cpe_templates.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_dhcp_templates.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_firewall_templates.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_infra_templates.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_ip_interface.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_ip_routing.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_network_tool_templates.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_package_imports.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_radius_templates.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_sdwan_appliance_models.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_sdwan_appliance_templates.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_switch_models.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_switch_routing_models.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_switch_templates.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_traffic_templates.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_voice_wifi_templates.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_wan_edge_templates.py +0 -0
- {testprotocols-0.7.1 → testprotocols-0.7.2}/tests/test_wifi_templates.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: testprotocols
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: Common Test Resource Layer — capability and device protocols for telco testing.
|
|
5
5
|
Author-email: Alottabits <rjvisser@alottabits.com>
|
|
6
6
|
Maintainer-email: Alottabits <rjvisser@alottabits.com>
|
|
@@ -142,6 +142,24 @@ class QoeMeasurementClientDevice(QoeClientDevice, Protocol):
|
|
|
142
142
|
declaration when address facts are foreign-owned or discovered late.
|
|
143
143
|
Vendor-neutral metadata from the driver's attachment config."""
|
|
144
144
|
|
|
145
|
+
attachment_subnet: str
|
|
146
|
+
"""The declared subnet (CIDR) of a guest attachment, empty when undeclared.
|
|
147
|
+
Vendor-neutral metadata from the driver's attachment config — read it here
|
|
148
|
+
rather than reaching into a framework-specific config object."""
|
|
149
|
+
|
|
150
|
+
mgmt_ip: str
|
|
151
|
+
"""The client's management-plane address, empty when undeclared. Published
|
|
152
|
+
by the driver from its own config so isolation checks never consume a
|
|
153
|
+
framework-specific config object."""
|
|
154
|
+
|
|
155
|
+
pipe_switch: str
|
|
156
|
+
"""Name of the switch carrying this client's dedicated access port (its
|
|
157
|
+
placement pipe), empty when the client has no declared pipe."""
|
|
158
|
+
|
|
159
|
+
pipe_port: str
|
|
160
|
+
"""The dedicated access port whose VLAN is this client's placement knob,
|
|
161
|
+
empty when the client has no declared pipe."""
|
|
162
|
+
|
|
145
163
|
|
|
146
164
|
register_device_type("linux_lan_client", LanClientDevice)
|
|
147
165
|
register_device_type("linux_wlan_client", WlanClientDevice)
|
|
@@ -99,5 +99,11 @@ class SdwanApplianceDevice(BaseDeviceProtocol, Protocol):
|
|
|
99
99
|
model-parameterised tests; read it here rather than reaching into a
|
|
100
100
|
framework-specific config object."""
|
|
101
101
|
|
|
102
|
+
manages_network: bool
|
|
103
|
+
"""Whether this session owns the device's network configuration. False for
|
|
104
|
+
a warm-spare member whose primary owns the writes. Vendor-neutral metadata
|
|
105
|
+
from the driver's config — read it here rather than reaching into a
|
|
106
|
+
framework-specific config object."""
|
|
107
|
+
|
|
102
108
|
|
|
103
109
|
register_device_type("sdwan_appliance", SdwanApplianceDevice)
|
|
@@ -68,6 +68,12 @@ class L2Switch(BaseDeviceProtocol, Protocol):
|
|
|
68
68
|
syslog: SyslogConfig
|
|
69
69
|
ntp: NtpConfig
|
|
70
70
|
|
|
71
|
+
placement_ports: tuple[str, ...]
|
|
72
|
+
"""Designated ports a testbed may re-VLAN to place a client; empty means
|
|
73
|
+
no placement write is permitted on this switch. Independent of which
|
|
74
|
+
device's pipe enters a port: pipe ownership is topology, this is write
|
|
75
|
+
authorization — declared by the switch, the resource's owner."""
|
|
76
|
+
|
|
71
77
|
|
|
72
78
|
register_device_type("managed_switch_l2", L2Switch)
|
|
73
79
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: testprotocols
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: Common Test Resource Layer — capability and device protocols for telco testing.
|
|
5
5
|
Author-email: Alottabits <rjvisser@alottabits.com>
|
|
6
6
|
Maintainer-email: Alottabits <rjvisser@alottabits.com>
|
|
@@ -220,6 +220,7 @@ def test_sdwan_appliance_aggregates_expected_capabilities() -> None:
|
|
|
220
220
|
"lan",
|
|
221
221
|
"syslog",
|
|
222
222
|
"vpn",
|
|
223
|
+
"manages_network",
|
|
223
224
|
}
|
|
224
225
|
actual = protocol_attrs(SdwanApplianceDevice)
|
|
225
226
|
assert expected <= actual, f"missing: {expected - actual}"
|
|
@@ -323,6 +324,10 @@ def test_qoe_measurement_client_aggregates_expected_capabilities() -> None:
|
|
|
323
324
|
"responder",
|
|
324
325
|
"pcap",
|
|
325
326
|
"syslog",
|
|
327
|
+
"attachment_subnet",
|
|
328
|
+
"mgmt_ip",
|
|
329
|
+
"pipe_switch",
|
|
330
|
+
"pipe_port",
|
|
326
331
|
}
|
|
327
332
|
actual = protocol_attrs(QoeMeasurementClientDevice)
|
|
328
333
|
assert expected <= actual, f"missing: {expected - actual}"
|
|
@@ -572,6 +577,7 @@ def test_l2_switch_aggregates_expected_capabilities() -> None:
|
|
|
572
577
|
"switch_qos",
|
|
573
578
|
"syslog",
|
|
574
579
|
"ntp",
|
|
580
|
+
"placement_ports",
|
|
575
581
|
}
|
|
576
582
|
actual = protocol_attrs(L2Switch)
|
|
577
583
|
assert expected <= actual, f"missing: {expected - actual}"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|