Use lf-activate-venv for Robot virtual environment 84/102384/1
authorSangwook Ha <sangwook.ha@verizon.com>
Thu, 15 Sep 2022 17:58:09 +0000 (10:58 -0700)
committerSangwook Ha <sangwook.ha@verizon.com>
Thu, 15 Sep 2022 19:48:55 +0000 (12:48 -0700)
commitd27e9511afb1b4d99f73bd3ff3e757f4757313f6
treece14f04e3c2b6e07c6723f52d04ad61cb2937d8a
parenta2ef22be87ae20a645d473c8b4ef9e1eca00d47c
Use lf-activate-venv for Robot virtual environment

The virtual environment for Robot Framework is created with the system
default Python 3.6 which is not supported any more.

Use lf-activate-venv instead to leverage more recent version of Python
and change the shell back to bash since 'lf-env.sh' is not POSIX
compliant.

Remove odltools from the requirements since odltools CSIT jobs have been
removed.

Change-Id: I62f9d580b77a877572a78730d43b99e6c419d215
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
jjb/integration/integration-install-robotframework.sh