correct the lookup logic for scenario's xci_overrides 33/51133/2
authorPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Thu, 25 Jan 2018 16:44:06 +0000 (17:44 +0100)
committerPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Fri, 26 Jan 2018 09:44:00 +0000 (10:44 +0100)
commitc2de083b7a7c746cb49228f02b0e11d7b2419126
treeee3d59c8fc731dc978817eaeac776caf5863144a
parent9f585b8d5eb8bffcb2040ef97ec8300c1af10d1f
correct the lookup logic for scenario's xci_overrides

Previously xci-deploy.sh looks up the xci_overrides files under
$XCI_SCENARIOS_CACHE/${DEPLOY_SCENARIO} directory, but actually
xci_overrides file resides somewhere in the nested directory level
in both inband/outband scenarios. Hence the fix is done by using
the find command.

Change-Id: Icb507471e368f56290ef91d555673830b598e204
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
xci/xci-deploy.sh