Add support for testing of local SDC images 55/95055/5
authorPetr Ospalý <p.ospaly@partner.samsung.com>
Thu, 5 Sep 2019 14:47:48 +0000 (16:47 +0200)
committerPetr Ospalý <p.ospaly@partner.samsung.com>
Mon, 9 Sep 2019 20:27:38 +0000 (22:27 +0200)
commit60d994ca23c8c03494de8ddb40d13fe23ebd7a0a
treee0e9af8c945c61ac929e105c123514b836835721
parent5cf1391bbe6cda8f460b98dd486df30684ba28af
Add support for testing of local SDC images

By default it is disabled and the test works as before, but by providing
the SDC_LOCAL_IMAGES variable with a value of true/yes it will not use
the upstream images (from registry) but instead the local one (in docker
cache) - they have to be build beforehand of course.

They are two more optional variables (if SDC_LOCAL_IMAGES == true/yes):
SDC_LOCAL_GITREPO .. for local git repo instead of an upstream branch
SDC_LOCAL_TAG     .. it will use local images with this docker tag

Issue-ID: SDC-2553

Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
Change-Id: Ib64ca17e81aa9c3406e0a5d8fb403f1c1b0862a1
plans/sdc/sanity/setup.sh
plans/sdc/uiSanity/setup.sh
scripts/sdc/setup_sdc_for_sanity.sh