Files
android_packages_modules_Co…/tests/integration/res/values/config.xml
Remi NGUYEN VAN 5ed250d90a Move net unit tests to packages/Connectivity
Move the tests together with packages/Connectivity code, so both can be
moved to packages/modules/Connectivity together.

Also reorganize unit tests in a unit/ directory, as other tests
(integration/, common/ etc.) have been added in tests/net since they
were created. This makes the directory structure consistent.

Test: atest FrameworksNetTests
Bug: 187814163
Merged-In: I254ffd1c08ec058d594b4ea55cbae5505f8497cc

Change-Id: I254ffd1c08ec058d594b4ea55cbae5505f8497cc
2021-05-13 08:30:33 +00:00

16 lines
851 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--
Override configuration for testing. The below settings use the config_ variants, which are
normally used by RROs to override the setting with highest priority. -->
<integer name="config_captive_portal_dns_probe_timeout">12500</integer>
<string name="config_captive_portal_http_url" translatable="false">http://test.android.com</string>
<string name="config_captive_portal_https_url" translatable="false">https://secure.test.android.com</string>
<string-array name="config_captive_portal_fallback_urls" translatable="false">
<item>http://fallback1.android.com</item>
<item>http://fallback2.android.com</item>
</string-array>
<string-array name="config_captive_portal_fallback_probe_specs" translatable="false">
</string-array>
</resources>