From 7a24ccec98a008b267c3a48dc98572ede7974f1f Mon Sep 17 00:00:00 2001 From: Gu Weiyi Date: Mon, 18 Sep 2017 14:48:17 +0800 Subject: [PATCH] [mobile, wearable][behavior]change stability test info description Change-Id: I194f665a4f17dcbb6b16a4940c36ce1ce70c7b71 Signed-off-by: Gu Weiyi --- mobile/tct-behavior-tests/tests/Stability/res/test-half-memory.html | 3 ++- wearable/tct-behavior-tests/tests/Stability/res/test-half-memory.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mobile/tct-behavior-tests/tests/Stability/res/test-half-memory.html b/mobile/tct-behavior-tests/tests/Stability/res/test-half-memory.html index 164859f..2e1d2e3 100755 --- a/mobile/tct-behavior-tests/tests/Stability/res/test-half-memory.html +++ b/mobile/tct-behavior-tests/tests/Stability/res/test-half-memory.html @@ -76,7 +76,8 @@ Authors:
  • Open the folder of "test-half-memory"(suppose you have the "test-half-memory.wgt" or you can find it in the behavior rpm, unzip the wgt as "test-half-memory").
  • Push a file that the size is larger than half memory into the folder and rename the file as "zipzip.png".
  • Use the command :"zip -rq ../test-half-memory.wgt *" to create a "test-half-memory.wgt".
  • -
  • Push the created widget to device with the command: admin user: "sdb push 'path'/test-half-memory.wgt /opt/usr/globalapps/tctbhtests/res/wgt/tests/Stability/res/", local user: "sdb push 'path'/test-half-memory.wgt /home/{user}/apps_rw/tctbhtests/res/wgt/tests/Stability/res/".
  • +
  • Use the command :"'sign_tool_path'/signing/sign-widget.sh --dist platform 'absolute_path'/test-half-memory.wgt" to sign "test-half-memory.wgt".
  • +
  • Push the created widget to device with the command: admin user: "sdb push 'path'/test-half-memory.wgt /opt/usr/globalapps/tctbhtests/res/wgt/tests/Stability/res/", local user: "sdb push 'path'/test-half-memory.wgt /opt/usr/home/{user}/share/Documents/".
  • Click the "Install" button to install the widget.
  • Click the "Uninstall" button to uninstall the widget.
  • diff --git a/wearable/tct-behavior-tests/tests/Stability/res/test-half-memory.html b/wearable/tct-behavior-tests/tests/Stability/res/test-half-memory.html index b0eafbd..f312319 100755 --- a/wearable/tct-behavior-tests/tests/Stability/res/test-half-memory.html +++ b/wearable/tct-behavior-tests/tests/Stability/res/test-half-memory.html @@ -76,7 +76,8 @@ Authors:
  • Open the folder of "test-half-memory"(suppose you have the "test-half-memory.wgt" or you can find it in the behavior rpm, unzip the wgt as "test-half-memory").
  • Push a file that the size is larger than half memory into the folder and rename the file as "zipzip.png".
  • Use the command :"zip -rq ../test-half-memory.wgt *" to create a "test-half-memory.wgt".
  • -
  • Push the created widget to device with the command: admin user: "sdb push 'path'/test-half-memory.wgt /opt/usr/globalapps/tctbhtests/res/wgt/tests/Stability/res/", local user: "sdb push 'path'/test-half-memory.wgt /home/{user}/apps_rw/tctbhtests/res/wgt/tests/Stability/res/".
  • +
  • Use the command :"'sign_tool_path'/signing/sign-widget.sh --dist platform 'absolute_path'/test-half-memory.wgt" to sign "test-half-memory.wgt".
  • +
  • Push the created widget to device with the command: admin user: "sdb push 'path'/test-half-memory.wgt /opt/usr/globalapps/tctbhtests/res/wgt/tests/Stability/res/", local user: "sdb push 'path'/test-half-memory.wgt /opt/usr/home/{user}/share/Documents/".
  • Click the "Install" button to install the widget.
  • Click the "Uninstall" button to uninstall the widget.
  • -- 2.7.4