From: Nguyen Van Tan Date: Wed, 9 Jan 2019 04:07:21 +0000 (+0700) Subject: [Non-ACR][Manual][Bluetooth] Add precondition OPP adress X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7575736a9fe414311e6d01a75d0cb43a0d1f20d0;p=test%2Ftct%2Fcsharp%2Fapi.git [Non-ACR][Manual][Bluetooth] Add precondition OPP adress Change-Id: If7733c92c3e2b65d8761d1bb3ccb32e11dcf6f0f --- 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 100755 new mode 100644 index 98901f954..385c4a98a 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/preconfigure.json b/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/preconfigure.json index 8ced9b561..af6e35322 100755 --- a/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/preconfigure.json +++ b/release/csharp-tct_5.5_dotnet/csharp-tct_5.5_dotnet/resource/tct-testconfig/preconfigure.json @@ -6,6 +6,7 @@ "BT_REMOTE_HEALTH_DEVICE_NAME":"localhost", "BT_REMOTE_BLE_DEVICE_ADDRESS":"AA:AA:AA:AA:AA:AA", "BT_REMOTE_HID_DEVICE_ADDRESS":"AA:AA:AA:AA:AA:AA", + "BT_REMOTE_OPP_DEVICE_ADDRESS":"AA:AA:AA:AA:AA:AA", "EMAIL_RECIPIENT_1":"123@intel.com", "EMAIL_RECIPIENT_2":"456@intel.com", "MMS_RECIPIENT_1":"123456789", 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 ff39429ff..14293fc93 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 @@ -17,6 +17,7 @@ BT_REMOTE_DEVICE_ADDRESS=Set remote BT device address. (AA:AA:AA:AA:AA:AA) [Tizen.Bluetooth.Manual.Tests] BT_REMOTE_BLE_DEVICE_ADDRESS=Set remote BLE device address. (AA:AA:AA:AA:AA:AA) BT_REMOTE_HID_DEVICE_ADDRESS=Set remote HID device address. (AA:AA:AA:AA:AA:AA) +BT_REMOTE_OPP_DEVICE_ADDRESS=Set remote OPP device address. (AA:AA:AA:AA:AA:AA) # Network AP name settings [Tizen.Network.Tests] 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 5c59670ab..5844a59a0 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 @@ -53,6 +53,9 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install Set the remote address of the HID(Human Interface Device) device which you are going to use for testing. + + Set the remote address of the OPP(Object Push Profile) device which you are going to use for testing. + diff --git a/tool/script/tct-testconfig/preconfigure.json b/tool/script/tct-testconfig/preconfigure.json index 8ced9b561..af6e35322 100755 --- a/tool/script/tct-testconfig/preconfigure.json +++ b/tool/script/tct-testconfig/preconfigure.json @@ -6,6 +6,7 @@ "BT_REMOTE_HEALTH_DEVICE_NAME":"localhost", "BT_REMOTE_BLE_DEVICE_ADDRESS":"AA:AA:AA:AA:AA:AA", "BT_REMOTE_HID_DEVICE_ADDRESS":"AA:AA:AA:AA:AA:AA", + "BT_REMOTE_OPP_DEVICE_ADDRESS":"AA:AA:AA:AA:AA:AA", "EMAIL_RECIPIENT_1":"123@intel.com", "EMAIL_RECIPIENT_2":"456@intel.com", "MMS_RECIPIENT_1":"123456789", diff --git a/tool/script/tct-testconfig/tct-testconfig-3.0.zip b/tool/script/tct-testconfig/tct-testconfig-3.0.zip index 98901f954..385c4a98a 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 ff39429ff..14293fc93 100755 --- a/tool/script/tct-testconfig/tct-testconfig.ini +++ b/tool/script/tct-testconfig/tct-testconfig.ini @@ -17,6 +17,7 @@ BT_REMOTE_DEVICE_ADDRESS=Set remote BT device address. (AA:AA:AA:AA:AA:AA) [Tizen.Bluetooth.Manual.Tests] BT_REMOTE_BLE_DEVICE_ADDRESS=Set remote BLE device address. (AA:AA:AA:AA:AA:AA) BT_REMOTE_HID_DEVICE_ADDRESS=Set remote HID device address. (AA:AA:AA:AA:AA:AA) +BT_REMOTE_OPP_DEVICE_ADDRESS=Set remote OPP device address. (AA:AA:AA:AA:AA:AA) # Network AP name settings [Tizen.Network.Tests] diff --git a/tool/script/tct-testconfig/tests.xml b/tool/script/tct-testconfig/tests.xml index 5c59670ab..5844a59a0 100755 --- a/tool/script/tct-testconfig/tests.xml +++ b/tool/script/tct-testconfig/tests.xml @@ -53,6 +53,9 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install Set the remote address of the HID(Human Interface Device) device which you are going to use for testing. + + Set the remote address of the OPP(Object Push Profile) device which you are going to use for testing. +