README.md updated with locale setup. 10/120910/1
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 24 Mar 2017 15:29:13 +0000 (15:29 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 24 Mar 2017 15:29:13 +0000 (15:29 +0000)
Change-Id: I6923128baa97dfd0d64935a22b050f695a85f8b4
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
automated-tests/README.md

index 6761a3b..72d7473 100644 (file)
@@ -14,6 +14,16 @@ These are device specific instructions, however, installing the test suite will
 
 If you are planning on running tests on device, then flash your handset with latest image, or turn off ssh: `set_usb_debug.sh --mtp-sdb` and plug it in, then follow the quickstart instructions repeated below.
 
+Multi-language locale environment
+---------------------------------
+
+Locales for English and Arabic must be installed to pass some test cases:
+
+$ sudo locale-gen en
+$ sudo locale-gen ar
+$ sudo update-locale
+
+
 Quickstart
 ----------