Skip to content

Commit c9913a1

Browse files
committed
add openvpn type
1 parent 9d66ef0 commit c9913a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

oonipipeline/src/oonipipeline/transforms/observations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
List[WebObservation], List[WebControlObservation]
4646
]
4747
TypeWebObservations = Tuple[List[WebObservation]]
48+
TypeOpenVPNObservations = Tuple[List[OpenVPNObservation]]
4849
TypeHTTPMiddleboxObservations = Tuple[List[HTTPMiddleboxObservation]]
4950

5051

@@ -59,6 +60,7 @@ def measurement_to_observations(
5960
TypeWebObservations,
6061
TypeWebConnectivityObservations,
6162
TypeHTTPMiddleboxObservations,
63+
TypeOpenVPNObservations,
6264
Tuple[()],
6365
]:
6466
if msmt.test_name in NETTEST_TRANSFORMERS:

0 commit comments

Comments
 (0)