From: wanmingx.lin Date: Fri, 13 Sep 2013 04:22:42 +0000 (+0800) Subject: Fix TTS-1963 by updating description of variables in tct-testconfig X-Git-Tag: 2.2.1_release~138^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cbdd24d43a1df93a3f6b6e1748c875f90cd4cde;p=test%2Ftct%2Fweb%2Fapi.git Fix TTS-1963 by updating description of variables in tct-testconfig Signed-off-by: wanmingx.lin --- diff --git a/tct-testconfig/tct-testconfig.ini b/tct-testconfig/tct-testconfig.ini index 6cdc5b475..d26a021a2 100644 --- a/tct-testconfig/tct-testconfig.ini +++ b/tct-testconfig/tct-testconfig.ini @@ -1,29 +1,29 @@ # Bluetooth test settings [tct-bluetooth-tizen-tests] -# Remote bluetooth device address will be paired +# The address of the device on which tct-bt-helper will be run BT_REMOTE_DEVICE_ADDRESS=your BT remote device address -# Remote bluetooth device name will be paired +# The name of the device on which tct-bt-helper will be run BT_REMOTE_DEVICE_NAME=your BT remote device name # Messaging email test settings [tct-messaging-email-tizen-tests] -# First Email recipient +# First Email recipient, must be set to email address of the account configured on the device on which the tests will be run EMAIL_RECIPIENT_1=your email recipient 1 -# Second Email recipient +# Second Email recipient, must be set to email address(different from first Email recipient) EMAIL_RECIPIENT_2=your email recipient 2 # Messaging mms test settings [tct-messaging-mms-tizen-tests] -# First MMS recipient +# First MMS recipient, must be set to phone number of the device on which the tests will be run(without country calling code) MMS_RECIPIENT_1=your MMS recipient 1 -# Second MMS recipient +# Second MMS recipient, must be set to phone number(different from first MMS recipient and without country calling code) MMS_RECIPIENT_2=your MMS recipient 2 # Messaging sms test settings [tct-messaging-sms-tizen-tests] -# First SMS recipient +# First SMS recipient, must be set to phone number of the device on which the tests will be run(without country calling code) SMS_RECIPIENT_1=your SMS recipient 1 -# Second SMS recipient +# Second SMS recipient, must be set to phone number(different from first SMS recipient and without country calling code) SMS_RECIPIENT_2=your SMS recipient 2 [tct-geoallow-w3c-tests] [tct-geodeny-w3c-tests]