[Non-ACR] Add precondition for WiFi and Connection 28/198628/1
authorNguyen Van Tan <nguyen.vtan@samsung.com>
Mon, 28 Jan 2019 07:41:53 +0000 (14:41 +0700)
committerNguyen Van Tan <nguyen.vtan@samsung.com>
Mon, 28 Jan 2019 07:41:53 +0000 (14:41 +0700)
Change-Id: I00b255de2c6998f18e746b10024ce0b51ea115c9

release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig-3.0.zip [changed mode: 0644->0755]
release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/tct-testconfig.ini
release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/tests.xml
tool/script/tct-testconfig/tct-testconfig-3.0.zip
tool/script/tct-testconfig/tct-testconfig.ini
tool/script/tct-testconfig/tests.xml

old mode 100644 (file)
new mode 100755 (executable)
index 385c4a9..15b6855
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
index 14293fc93d8e849f788abc050d08a96a2847d522..94600c57088abbd50ac56331baced24aef35a62a 100755 (executable)
@@ -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
index 5844a59a0b3c1a79e65f5f08d46c52972c00d229..d7f40bb8e8b15e911ee60ff0de7fc6e9cdedada0 100755 (executable)
@@ -233,7 +233,26 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install
     </set>
     <set name="Tizen.Network.Manual.Tests">
       <testcase component="WebAPI/Tizen/configuration" execution_type="manual" id="Networkconfiguration" purpose="Tizen.Network.Manual.Tests configuration">
-        <description>          
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Set name of available AP with WPS PBC function.</step_desc>
+            </step>
+            <step order="2">
+              <step_desc>Set name of available AP with WPS PIN function.</step_desc>
+            </step>
+            <step order="3">
+              <step_desc>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.</step_desc>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0" timeout="90"/>
+        </description>
+      </testcase>
+    </set>
+
+    <set name="Tizen.WiFi.Manual.Tests">
+      <testcase component="WebAPI/Tizen/configuration" execution_type="manual" id="WiFiconfiguration" purpose="Tizen.WiFi.Manual.Tests configuration">
+        <description>
           <steps>
             <step order="1">
               <step_desc>Set name of available AP with WPS PBC function.</step_desc>
@@ -336,7 +355,57 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install
 
     <set name="Tizen.Network.Tests">
       <testcase component="WebAPI/Tizen/configuration" execution_type="manual" id="Networkconfiguration" purpose="Tizen.Network.Tests configuration">
-        <description>          
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Set available public AP name.</step_desc>
+            </step>
+            <step order="2">
+              <step_desc>Set available private AP name 1.</step_desc>
+            </step>
+            <step order="3">
+              <step_desc>Set available private AP name 2.</step_desc>
+            </step>
+            <step order="4">
+              <step_desc>Set available hidden AP name.</step_desc>
+            </step>
+            <step order="5">
+              <step_desc>Set common password of all private APs.</step_desc>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0" timeout="90"/>
+        </description>
+      </testcase>
+    </set>
+
+    <set name="Tizen.WiFi.Tests">
+      <testcase component="WebAPI/Tizen/configuration" execution_type="manual" id="WiFiconfiguration" purpose="Tizen.WiFi.Tests configuration">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Set available public AP name.</step_desc>
+            </step>
+            <step order="2">
+              <step_desc>Set available private AP name 1.</step_desc>
+            </step>
+            <step order="3">
+              <step_desc>Set available private AP name 2.</step_desc>
+            </step>
+            <step order="4">
+              <step_desc>Set available hidden AP name.</step_desc>
+            </step>
+            <step order="5">
+              <step_desc>Set common password of all private APs.</step_desc>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0" timeout="90"/>
+        </description>
+      </testcase>
+    </set>
+
+    <set name="Tizen.Connection.Tests">
+      <testcase component="WebAPI/Tizen/configuration" execution_type="manual" id="Connectionconfiguration" purpose="Tizen.Connection.Tests configuration">
+        <description>
           <steps>
             <step order="1">
               <step_desc>Set available public AP name.</step_desc>
index 385c4a98a7e29c06c0465e1ed6e1c69dcf56d25f..15b68553a49da3ad390e5d12ab6e18b5569bc1c8 100644 (file)
Binary files a/tool/script/tct-testconfig/tct-testconfig-3.0.zip and b/tool/script/tct-testconfig/tct-testconfig-3.0.zip differ
index 14293fc93d8e849f788abc050d08a96a2847d522..94600c57088abbd50ac56331baced24aef35a62a 100755 (executable)
@@ -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
index 5844a59a0b3c1a79e65f5f08d46c52972c00d229..d7f40bb8e8b15e911ee60ff0de7fc6e9cdedada0 100755 (executable)
@@ -233,7 +233,26 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install
     </set>
     <set name="Tizen.Network.Manual.Tests">
       <testcase component="WebAPI/Tizen/configuration" execution_type="manual" id="Networkconfiguration" purpose="Tizen.Network.Manual.Tests configuration">
-        <description>          
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Set name of available AP with WPS PBC function.</step_desc>
+            </step>
+            <step order="2">
+              <step_desc>Set name of available AP with WPS PIN function.</step_desc>
+            </step>
+            <step order="3">
+              <step_desc>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.</step_desc>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0" timeout="90"/>
+        </description>
+      </testcase>
+    </set>
+
+    <set name="Tizen.WiFi.Manual.Tests">
+      <testcase component="WebAPI/Tizen/configuration" execution_type="manual" id="WiFiconfiguration" purpose="Tizen.WiFi.Manual.Tests configuration">
+        <description>
           <steps>
             <step order="1">
               <step_desc>Set name of available AP with WPS PBC function.</step_desc>
@@ -336,7 +355,57 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install
 
     <set name="Tizen.Network.Tests">
       <testcase component="WebAPI/Tizen/configuration" execution_type="manual" id="Networkconfiguration" purpose="Tizen.Network.Tests configuration">
-        <description>          
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Set available public AP name.</step_desc>
+            </step>
+            <step order="2">
+              <step_desc>Set available private AP name 1.</step_desc>
+            </step>
+            <step order="3">
+              <step_desc>Set available private AP name 2.</step_desc>
+            </step>
+            <step order="4">
+              <step_desc>Set available hidden AP name.</step_desc>
+            </step>
+            <step order="5">
+              <step_desc>Set common password of all private APs.</step_desc>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0" timeout="90"/>
+        </description>
+      </testcase>
+    </set>
+
+    <set name="Tizen.WiFi.Tests">
+      <testcase component="WebAPI/Tizen/configuration" execution_type="manual" id="WiFiconfiguration" purpose="Tizen.WiFi.Tests configuration">
+        <description>
+          <steps>
+            <step order="1">
+              <step_desc>Set available public AP name.</step_desc>
+            </step>
+            <step order="2">
+              <step_desc>Set available private AP name 1.</step_desc>
+            </step>
+            <step order="3">
+              <step_desc>Set available private AP name 2.</step_desc>
+            </step>
+            <step order="4">
+              <step_desc>Set available hidden AP name.</step_desc>
+            </step>
+            <step order="5">
+              <step_desc>Set common password of all private APs.</step_desc>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0" timeout="90"/>
+        </description>
+      </testcase>
+    </set>
+
+    <set name="Tizen.Connection.Tests">
+      <testcase component="WebAPI/Tizen/configuration" execution_type="manual" id="Connectionconfiguration" purpose="Tizen.Connection.Tests configuration">
+        <description>
           <steps>
             <step order="1">
               <step_desc>Set available public AP name.</step_desc>