Python script that runs the Android smoke test
authorGeorge Nash <george.nash@intel.com>
Fri, 6 Jan 2017 23:19:40 +0000 (15:19 -0800)
committerRick Bell <richard.s.bell@intel.com>
Sat, 7 Jan 2017 02:18:37 +0000 (02:18 +0000)
commit2921e7e84601e989e242a56d31970ecc3dd5cbd4
tree4e7128f2724a36777fc8353b3110f2e8ae8eacd3
parentc4d24b8e3ca5c4edac90f1e0c2b41511e243b102
Python script that runs the Android smoke test

This script does the following
1. creates a new avd named smoke_test_avd_####
   where the #### is the port number that will be used to talk
   with the avd
2. starts the created avd
3. waits for the avd to boot
4. builds android smoke tests
5. installs the smoke tests on the avd
6. runs the smoke tests
7. shuts down the avd
8. deletes the avd

Known issue on Ubuntu systems the avd does not shutdown properly

Change-Id: Ib86f8fe779c5806ab280a804d62ad6cb4eebc43a
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/10991
Reviewed-by: Larry Sachs <larry.j.sachs@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Rick Bell <richard.s.bell@intel.com>
java/iotivity-android/run_android_smoketests.py [new file with mode: 0755]