From: Nguyen Van Tan Date: Mon, 28 Jan 2019 07:41:53 +0000 (+0700) Subject: [Non-ACR] Add precondition for WiFi and Connection X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F198628%2F1;p=test%2Ftct%2Fcsharp%2Fapi.git [Non-ACR] Add precondition for WiFi and Connection Change-Id: I00b255de2c6998f18e746b10024ce0b51ea115c9 --- diff --git a/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig-3.0.zip b/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig-3.0.zip old mode 100644 new mode 100755 index 385c4a98a..15b68553a Binary files a/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig-3.0.zip and b/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig-3.0.zip differ diff --git a/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/tct-testconfig.ini b/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/tct-testconfig.ini index 14293fc93..94600c570 100755 --- a/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/tct-testconfig.ini +++ b/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/tct-testconfig.ini @@ -33,6 +33,28 @@ WPS_PBC_AP=Set name of available AP with WPS PBC function WPS_PIN_AP=Set name of available AP with WPS PIN function PIN_NUMBER_OF_WPS_PIN_AP=Set pin number of WPS_PIN_AP +# WiFi test settings +[Tizen.WiFi.Tests] +PUBLIC_AP=Set available public AP name +PRIVATE_AP_1_2=Set available private AP name 1 +PRIVATE_AP_2_2=Set available private AP name 2 +HIDDEN_AP=Set available hidden AP +PASSWORD_FOR_ALL_PRIVATE_AP=Set common password of all private APs + +# WiFi manual settings +[Tizen.WiFi.Manual.Tests] +WPS_PBC_AP=Set name of available AP with WPS PBC function +WPS_PIN_AP=Set name of available AP with WPS PIN function +PIN_NUMBER_OF_WPS_PIN_AP=Set pin number of WPS_PIN_AP + +# Connection test settings +[Tizen.Connection.Tests] +PUBLIC_AP=Set available public AP name +PRIVATE_AP_1_2=Set available private AP name 1 +PRIVATE_AP_2_2=Set available private AP name 2 +HIDDEN_AP=Set available hidden AP +PASSWORD_FOR_ALL_PRIVATE_AP=Set common password of all private APs + # Map test key settings [Tizen.Maps.Tests] HERE_MAPS_PROVIDER_KEY=Set the HERE_MAPS_PROVIDER_KEY diff --git a/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/tests.xml b/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/tests.xml index 5844a59a0..d7f40bb8e 100755 --- a/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/tests.xml +++ b/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/tests.xml @@ -233,7 +233,26 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install - + + + + Set name of available AP with WPS PBC function. + + + Set name of available AP with WPS PIN function. + + + Set pin number of WPS_PIN_AP to PIN_NUMBER_WPS_PIN_AP. The pin number should be generated with the checksum defined in WSC spec (Wi-Fi Simple Configuration Technical Specification). The length of WPS PIN number should be 4 or 8. If you are not familiar with it, please use an example number, 47363533. + + + + + + + + + + Set name of available AP with WPS PBC function. @@ -336,7 +355,57 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install - + + + + Set available public AP name. + + + Set available private AP name 1. + + + Set available private AP name 2. + + + Set available hidden AP name. + + + Set common password of all private APs. + + + + + + + + + + + + + Set available public AP name. + + + Set available private AP name 1. + + + Set available private AP name 2. + + + Set available hidden AP name. + + + Set common password of all private APs. + + + + + + + + + + Set available public AP name. diff --git a/tool/script/tct-testconfig/tct-testconfig-3.0.zip b/tool/script/tct-testconfig/tct-testconfig-3.0.zip index 385c4a98a..15b68553a 100644 Binary files a/tool/script/tct-testconfig/tct-testconfig-3.0.zip and b/tool/script/tct-testconfig/tct-testconfig-3.0.zip differ diff --git a/tool/script/tct-testconfig/tct-testconfig.ini b/tool/script/tct-testconfig/tct-testconfig.ini index 14293fc93..94600c570 100755 --- a/tool/script/tct-testconfig/tct-testconfig.ini +++ b/tool/script/tct-testconfig/tct-testconfig.ini @@ -33,6 +33,28 @@ WPS_PBC_AP=Set name of available AP with WPS PBC function WPS_PIN_AP=Set name of available AP with WPS PIN function PIN_NUMBER_OF_WPS_PIN_AP=Set pin number of WPS_PIN_AP +# WiFi test settings +[Tizen.WiFi.Tests] +PUBLIC_AP=Set available public AP name +PRIVATE_AP_1_2=Set available private AP name 1 +PRIVATE_AP_2_2=Set available private AP name 2 +HIDDEN_AP=Set available hidden AP +PASSWORD_FOR_ALL_PRIVATE_AP=Set common password of all private APs + +# WiFi manual settings +[Tizen.WiFi.Manual.Tests] +WPS_PBC_AP=Set name of available AP with WPS PBC function +WPS_PIN_AP=Set name of available AP with WPS PIN function +PIN_NUMBER_OF_WPS_PIN_AP=Set pin number of WPS_PIN_AP + +# Connection test settings +[Tizen.Connection.Tests] +PUBLIC_AP=Set available public AP name +PRIVATE_AP_1_2=Set available private AP name 1 +PRIVATE_AP_2_2=Set available private AP name 2 +HIDDEN_AP=Set available hidden AP +PASSWORD_FOR_ALL_PRIVATE_AP=Set common password of all private APs + # Map test key settings [Tizen.Maps.Tests] HERE_MAPS_PROVIDER_KEY=Set the HERE_MAPS_PROVIDER_KEY diff --git a/tool/script/tct-testconfig/tests.xml b/tool/script/tct-testconfig/tests.xml index 5844a59a0..d7f40bb8e 100755 --- a/tool/script/tct-testconfig/tests.xml +++ b/tool/script/tct-testconfig/tests.xml @@ -233,7 +233,26 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install - + + + + Set name of available AP with WPS PBC function. + + + Set name of available AP with WPS PIN function. + + + Set pin number of WPS_PIN_AP to PIN_NUMBER_WPS_PIN_AP. The pin number should be generated with the checksum defined in WSC spec (Wi-Fi Simple Configuration Technical Specification). The length of WPS PIN number should be 4 or 8. If you are not familiar with it, please use an example number, 47363533. + + + + + + + + + + Set name of available AP with WPS PBC function. @@ -336,7 +355,57 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install - + + + + Set available public AP name. + + + Set available private AP name 1. + + + Set available private AP name 2. + + + Set available hidden AP name. + + + Set common password of all private APs. + + + + + + + + + + + + + Set available public AP name. + + + Set available private AP name 1. + + + Set available private AP name 2. + + + Set available hidden AP name. + + + Set common password of all private APs. + + + + + + + + + + Set available public AP name.