diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2023-07-21 13:51:02 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2023-07-21 13:51:02 +0100 |
| commit | 4ba259decbad199dc5a9706d1c6b3df1b8dda7a0 (patch) | |
| tree | 8ca910950642b841b0071f17defe23770d3b942c | |
| parent | 40af8a5d09216f7c75212e08e962932874daad59 (diff) | |
| download | mullvadvpn-4ba259decbad199dc5a9706d1c6b3df1b8dda7a0.tar.xz mullvadvpn-4ba259decbad199dc5a9706d1c6b3df1b8dda7a0.zip | |
add tunnel obfuscation tests to test plan
| -rw-r--r-- | ios/MullvadVPN.xcodeproj/project.pbxproj | 5 | ||||
| -rw-r--r-- | ios/TestPlans/MullvadVPNApp.xctestplan | 8 | ||||
| -rw-r--r-- | ios/TestPlans/MullvadVPNCI.xctestplan | 8 |
3 files changed, 18 insertions, 3 deletions
diff --git a/ios/MullvadVPN.xcodeproj/project.pbxproj b/ios/MullvadVPN.xcodeproj/project.pbxproj index e8a1fe1e0e..0b41c08aba 100644 --- a/ios/MullvadVPN.xcodeproj/project.pbxproj +++ b/ios/MullvadVPN.xcodeproj/project.pbxproj @@ -251,7 +251,6 @@ 58B26E282943527300D5980C /* SystemNotificationProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58B26E272943527300D5980C /* SystemNotificationProvider.swift */; }; 58B26E2A2943545A00D5980C /* NotificationManagerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58B26E292943545A00D5980C /* NotificationManagerDelegate.swift */; }; 58B43C1925F77DB60002C8C3 /* TunnelControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58B43C1825F77DB60002C8C3 /* TunnelControlView.swift */; }; - 58B8644529C7971B005E107C /* InputTextFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 582AE30F2440A6CA00E6733A /* InputTextFormatter.swift */; }; 58B8644629C7972F005E107C /* CustomDateComponentsFormatting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5896AE83246D5889005B36CB /* CustomDateComponentsFormatting.swift */; }; 58B93A1326C3F13600A55733 /* TunnelState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58B93A1226C3F13600A55733 /* TunnelState.swift */; }; 58B993B12608A34500BA7811 /* LoginContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58B993B02608A34500BA7811 /* LoginContentView.swift */; }; @@ -412,6 +411,7 @@ A97F1F482A1F4E1A00ECEFDE /* MullvadTransport.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = A97F1F412A1F4E1A00ECEFDE /* MullvadTransport.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; A97FF5502A0D2FFC00900996 /* NSFileCoordinator+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97FF54F2A0D2FFC00900996 /* NSFileCoordinator+Extensions.swift */; }; A9A8A8EB2A262AB30086D569 /* FileCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9A8A8EA2A262AB30086D569 /* FileCache.swift */; }; + A9AD31D72A6AB68B00141BE8 /* InputTextFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 582AE30F2440A6CA00E6733A /* InputTextFormatter.swift */; }; A9B2CF722A1F64CD0013CC6C /* MullvadREST.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06799ABC28F98E1D00ACD94E /* MullvadREST.framework */; }; A9D99B9A2A1F7C3200DE27D3 /* RESTTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FAE67D28F83CA50033DD93 /* RESTTransport.swift */; }; A9D99BA02A1F7F3A00DE27D3 /* TransportProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9D99B9F2A1F7F3A00DE27D3 /* TransportProvider.swift */; }; @@ -3148,14 +3148,13 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + A9AD31D72A6AB68B00141BE8 /* InputTextFormatter.swift in Sources */, 58915D6A2A26031B0066445B /* DNSSettings.swift in Sources */, - 58B8644529C7971B005E107C /* InputTextFormatter.swift in Sources */, 58915D692A2601FB0066445B /* WgKeyRotation.swift in Sources */, 580810E62A30E13D00B74552 /* DeviceStateAccessorProtocol.swift in Sources */, 58C3FA662A38549D006A450A /* MockFileCache.swift in Sources */, 58915D642A25F8B30066445B /* DeviceCheckOperation.swift in Sources */, 58915D652A25F9E20066445B /* TunnelSettingsV2.swift in Sources */, - 58B8644529C7971B005E107C /* InputTextFormatter.swift in Sources */, A9467E7F2A29DEFE000DC21F /* RelayCacheTests.swift in Sources */, 582A8A3A28BCE19B00D0F9FB /* FixedWidthIntegerArithmeticsTests.swift in Sources */, 58915D632A25F8400066445B /* DeviceCheckOperationTests.swift in Sources */, diff --git a/ios/TestPlans/MullvadVPNApp.xctestplan b/ios/TestPlans/MullvadVPNApp.xctestplan index 6afa8d2b69..14e6322dd2 100644 --- a/ios/TestPlans/MullvadVPNApp.xctestplan +++ b/ios/TestPlans/MullvadVPNApp.xctestplan @@ -37,6 +37,14 @@ "parallelizable" : true, "target" : { "containerPath" : "container:MullvadVPN.xcodeproj", + "identifier" : "58695A9C2A4ADA9100328DB3", + "name" : "TunnelObfuscationTests" + } + }, + { + "parallelizable" : true, + "target" : { + "containerPath" : "container:MullvadVPN.xcodeproj", "identifier" : "589A455128E094B300565204", "name" : "OperationsTests" } diff --git a/ios/TestPlans/MullvadVPNCI.xctestplan b/ios/TestPlans/MullvadVPNCI.xctestplan index 50799cc8ff..c5e374b7ff 100644 --- a/ios/TestPlans/MullvadVPNCI.xctestplan +++ b/ios/TestPlans/MullvadVPNCI.xctestplan @@ -44,6 +44,14 @@ "parallelizable" : true, "target" : { "containerPath" : "container:MullvadVPN.xcodeproj", + "identifier" : "58695A9C2A4ADA9100328DB3", + "name" : "TunnelObfuscationTests" + } + }, + { + "parallelizable" : true, + "target" : { + "containerPath" : "container:MullvadVPN.xcodeproj", "identifier" : "589A455128E094B300565204", "name" : "OperationsTests" } |
