summaryrefslogtreecommitdiffstats
path: root/docs/submodules/integration.git
AgeCommit message (Collapse)AuthorFilesLines
2019-10-14Update git submodulesItohan1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 76ea974699c8de79070ededf2de74132f760b957 - Fixed Bugs in HPA automtion script Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com> Issue-ID: INT-1137 Change-Id: Ib681f797bb9ed631cfe36507425bcbd1fc2b5561
2019-10-11Update git submodulesAndyWalshe1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 3e92cbf5f658e0e31a03bf05f62cc18169a9c59f - Update ONAP probe script to cater for nfs node and use of local docker repository Issue-ID: INT-1321 Change-Id: I150324b147f01e6455dccc19c0be748dcf67286a Signed-off-by: AndyWalshe <andy.walshe@est.tech>
2019-10-10Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 1ee85dfee285612fa6bf7cc5a2b28b733f52e06a - Fix setting onap namespace and environment name separately Onap namespace and environment name can be distinct on a per deployment basis and this allows to set them accordingly. Change-Id: Id1b6fdc4f3b4c159117536187197cb308527f8d2 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1323
2019-10-09Update git submodulesmrichomme1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 842d3220273d962b547a84e5a17ac46781afdd20 - WIP Update integration documentation for El Alto Issue-ID: INT-1322 Change-Id: Idd1d5f7bd2f57e1acb2e3c050a631cc52e212e1e Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-10-08Update git submodulesstark, steven1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 6754bc1b77065026d499a76d203d12257d33a113 - [INT] Adding deployments scripts for ONAP on AKS Patch 2 - updating readme and removing dash character from BUILD parameter Patch 3 - updating image url to amd instead of arm, fixing NFS os disk parameter Issue-ID: INT-1270 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I1d8824b3c098855c9094e27fad8c820e4df42677
2019-10-07Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 92b3cd11dbd906f9304a2436498c6109f8d9a0f5 - Automate curl installation in sdnc container (vCPE) Curl package will be automatically installed be the healthcheck-k8s.py script. Change-Id: I7fc5579524c7519f6153b02d0de0000dc0138992 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1313
2019-10-03Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 383a3e820a83c7c526aee35312a94a923a53022c - Fix SSL cert verify for SDNC Issue-ID: INT-1265 Change-Id: I7c36dc479b73a8b663cae4472ed29182d0f6672b Signed-off-by: Brian Freeman <bf1936@att.com>
2019-10-01Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to d52717dc912d26b4dc17ae1563ab994a919f8152 - k8s: Validate controller manager flags requiring specific values This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections regarding master node configuration are satisfied (1.3.2 - 1.3.3 and 1.3.6). Issue-ID: SECCOM-235 Change-Id: I9c2921faf40ad9445e983f2b9bd0610e556cfe15 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-10-01Update git submodulesRuoyu Ying1-0/+0
* Update docs/submodules/integration.git from branch 'master' to f8229d0f2249302879225f03a77b54be6cf43e82 - (WIP)Fix automation issues due to cli change Fix several changes due to cli change Issue-ID: INT-1289 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com> Change-Id: Ib07d9be8ace77270046c8aa02f162a9ad7994370
2019-10-01Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 79bd9e75ffda44102171c173fba41002ec3a1596 - Refactor setup script for preparing vCPE tools runtime env Script is now more generic and allows proper setup of vcpe scripts runtime environment on Ubuntu 16.04/18.04 and on Centos/Rhel 7.6. Change-Id: I7b7d944f5a6a7a9dc45921082f908a1f8aa185a1 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: TEST-203
2019-09-30Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 2d6d053f0d48567fdd5bf05645a524c57991980b - Loosen sdc liveness readiness probe Issue-ID: INT-1290 Change-Id: Iac5a16dae644a61de04bca00f49f14ae98dac995 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-30Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 752f7fe7d6674624417a4f97a10e6acc7a3abe90 - k8s: Resolve Docker response formatting issue Checker collects information on cluster by Docker queries: $ docker ps ARGS... # Casablanca $ docker inspect ARGS... # Dublin Arrays of values are then filtered from those. They include: * opening bracket ('['), * closing bracket (']'), * new line. Additional characters affect check results if last flag (including "]\n") requires specific value. Issue-ID: SECCOM-235 Change-Id: I6838342b7e2ecdc44a47ffe02286266003e0b4d3 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-30Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 155417479ebc5c531349dd898b96ef4a819b0f0a - k8s: Resolve address conflicts in virtual environments Running Casablanca and Dublin virtual environments at the same time led to networking issues - the same IP had been assigned to cluster nodes. Issue-ID: SECCOM-235 Change-Id: I2a59d023115326f5b132782a32190fd8f7dc1f48 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-27Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to bd12bfbc6fbe4ecfc2152467ea6785c9e5163763 - k8s: Validate controller manager address flag This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.3.7). Issue-ID: SECCOM-235 Change-Id: Id3f4bcb9a506dae3c7c0a884ad6c704dfae2a6d8 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-27Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 5a61d615fe1c05487c26c32b2e8e4416f6cbb421 - k8s: Add controller manager information collection Issue-ID: SECCOM-235 Change-Id: Ieceb6337f935e6a5a6b94248ccf072229116510a Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-27Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 744f732b177c2449ab3ac2ee0ed8fa316122f393 - k8s: Validate scheduler flags Issue-ID: SECCOM-235 Change-Id: I61df142e99a7f1da335471acab88e5a47d72df15 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-27Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 96f4e2fe0ef3bfaf8371f29562ecb6129f20e3ab - k8s: Add scheduler information collection Issue-ID: SECCOM-235 Change-Id: I7da645737440172d3cf11f33069daa2697f83056 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-27Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to cd41e6ad30e6a0a06915b3630b81bb8894ca9b01 - k8s: Extract common validators for DRY code Issue-ID: SECCOM-235 Change-Id: Ic5997b67d0512bea51c3b4a4c71805987fa6f011 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-27Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 76dd9bfcc14f2a77dd9a8155e66434a304cd0c38 - k8s: Extract common interface to simplify development Common command and service name extraction is intended to limit execution to small set of allowed processes. This patch also drops unnecessary use of "Kubernetes" name because this whole subproject concerns its clusters. Issue-ID: SECCOM-235 Change-Id: I8babfeb4f24cf3baa4d236ca622c21170ab6205e Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-26Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 664ce36e4606ba855bb997059f43d89bb51385e5 - k8s: Change default cluster access method choice logic Previous way of choosing it led to impractical calls, e.g. $ ./check -rke # (works fine) $ ./check -ranchercli # "Not supported." $ ./check -ranchercli -rke=false # (works fine) Disabling default cluster access method is no longer necessary. Issue-ID: SECCOM-235 Change-Id: I2b4d5bff10c5470e567351abeac0431bed3b7938 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-26Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 48d0f8c98b3511875768085af12c21389a465ab4 - k8s: Declutter checker by dividing it into smaller packages Issue-ID: SECCOM-235 Change-Id: I7d4efd08b8c0258f2f9c33772bf1b1b02cedebfa Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-26Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 5ece777e31795d3cbcfcc475d4e396386442b55e - k8s: Call correct methods for API server auditing flags validation Issue-ID: SECCOM-235 Change-Id: Ia5d75628b1c5211f378c239f84e9689d45697a04 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-26Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 91b130eec8a32e270f3e52f3ba10c4566383b1b2 - k8s: Validate API server request timeout This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.38). Issue-ID: SECCOM-235 Change-Id: Ic1f175d577c79013ddb49e02b8de69137535c964 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-26Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 4dbeacb893fce6c6c6dad99cd691362fda48ec91 - k8s: Validate API server included authorization mode This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.32). It also fixes wrong documentation comment for similar validator (1.1.19). Issue-ID: SECCOM-235 Change-Id: I00cb8a458871b091b16fe60fc0087b7972aa3b6b Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-26Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 944993869240ba58beab8958a61dacf927706a68 - k8s: Validate API server crypto ciphers in use This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.30). It also covers its duplicate (1.1.39). Issue-ID: SECCOM-235 Change-Id: I0f3031c080cf225e7c2c03e65dd0bfc780326307 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-25Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to fbbdbece6e69adeba811496af511e278881bdc79 - Fix hashbang in vCPE Python scripts Change-Id: Id2b7ec151e1a006a5a85b8544e478fd9cf282715 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: TEST-220
2019-09-25Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to dbb3ba15b358043f9e45d8dd211ce1bd970fb08e - Automate vCPE closed loop policy pushing Added a library routine to set up CL policy in an idempotent fashion. Description of CL pushing related manual step was removed from documentation. Change-Id: I1fad5d71481252ce803dd58c6ccbbcfa0a4d246f Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1267
2019-09-24Update git submodulesyangyan1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 43fdf7b1938877fec2a10022a533c0491b6e8c95 - add terminate and del function to hpy_automation scripts Change-Id: Ie669261bde3723d892706d3d767c08b325afc3e0 Issue-ID: INT-1239 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-09-20Update git submodulesyangyan1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 50fce384f46a6d961e8062abcffeca717edab725 - fix the typo error of hpy_automation scripts Change-Id: I27b43d63042bdb46f1ff362335a26bf6726674a0 Issue-ID: INT-1239 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-09-20Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/integration.git from branch 'master' to e8aa3f05cfbf878a7499000aca1257058c4e5d85 - SDNC SSL port, BRG category, DEBUG Issue-ID: INT-1265 Change-Id: I4ea7bf282b7d8aad58645784317dea9edf373cff Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-19Update git submodulesYang Xu1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 2bbe21f6da8d63a75de0711859e55ab9ea7ad559 - Update INFO.yaml Signed-off-by: Yang Xu <xuyang11@gmail.com> Issue-ID: INT-1269 Change-Id: I9f76cdd3b53f9519017da851a59b8c7000334797
2019-09-19Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 4e74a1e24e15b3db2216fb269a58cfc08e598f63 - k8s: Validate API server certificates and keys This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections regarding master node configuration are satisfied (1.1.22, 1.1.25 - 1.1.26 and 1.1.28). Issue-ID: SECCOM-235 Change-Id: Ic61a796653dc868d20fe69c3ed508e7fa8ba52db Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-19Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 3e602597b036d29f77485f35c1f81a8cdb6f350b - k8s: Validate API server Certificate Authorities This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections regarding master node configuration are satisfied (1.1.21, 1.1.29 and 1.1.31). Issue-ID: SECCOM-235 Change-Id: Ia2f55f6962885a7aa878c970a406189902cfab10 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-19Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 2055f0878a7841f7d07eda60eac10034c4b22215 - k8s: Validate API server auditing flags This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections regarding master node configuration are satisfied (1.1.16 - 1.1.18). Issue-ID: SECCOM-235 Change-Id: I27b63e37fc3203cf3574b9e1cdc43333041f2a36 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-19Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 6c95c5ca28dd3f48a58dc11cc9c17fd8b4934881 - k8s: Validate API server auditing is enabled This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.15). Issue-ID: SECCOM-235 Change-Id: Ia1d27ed7a9e439bb0abf4bd8941bdd4573a50bd5 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-19Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 1ef8cebe0663ec14d00cd62884fe55060c0b04a2 - k8s: Group tests by flag type Issue-ID: SECCOM-235 Change-Id: I25ebd2930afec6eb259f0a678fffbf7727eb315b Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-19Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to d515af5c7bddbbe3bebf3a6288fb3e43b234719a - k8s: Validate API server not excluded authorization mode This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.19). Issue-ID: SECCOM-235 Change-Id: I00c9600fd0d351afb7141a5fa16f348eab67b12d Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-19Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to a15076ddf4a07a05e03934939112cf011414d514 - k8s: Validate API server not excluded admission plugins This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.14). Issue-ID: SECCOM-235 Change-Id: I63c2f8a5b94bfd6c9963805aae85595e6b6ad6d7 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-18Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/integration.git from branch 'master' to be56744a2aecf133fcb9972a241847bfcd012e76 - Fix rev level in license Issue-ID: INT-1266 Change-Id: I822becff87484b79d3e7c744038b55943c1dddcb Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-18Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 0c724156389b7ff0947a3217a79d4aca382f2a82 - Updates for ssl sdc Issue-ID: INT-1265 Change-Id: I64971740c8ae9aee60a06ca1d0e5ff02ccbc9a88 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-17Update git submodulesecaiyanlinux1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 7d2784fb08be919121a0d394a7bc61f84de7e44b - Add mr-sim log to console Change-Id: I9697360d2ee5b8e95dacdb74a9a1a025a1a45e3c Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-1702
2019-09-17Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to efd65f9839f7379b590452ed31ab8605102904c3 - k8s: Validate API server included admission plugins This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections regarding master node configuration are satisfied (1.1.11 - 1.1.13, 1.1.24, 1.1.27, 1.1.33 and 1.1.36). Issue-ID: SECCOM-235 Change-Id: I920bfd42014b8458126be251648f5bf3dcd84c16 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-17Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to aeaa5a1f5e57f63dd203db43fb6992ab1728c504 - k8s: Validate API server excluded admission plugins This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.10). However, CIS Kubernetes Benchmark v1.3.0 mismatches official documentation: Kubernetes 1.10+ already provides safe defaults from security standpoint [1] (ONAP Casablanca uses 1.11). Deprecated admission control plugin flag has also been validated since it was still available in Kubernetes provided by Rancher [2]. [1] https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#is-there-a-recommended-set-of-admission-controllers-to-use [2] https://github.com/rancher/rancher/issues/15064 Issue-ID: SECCOM-235 Change-Id: I0e8fe9f885861f155cb8265df085fa93dbdff6d2 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-17Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 0dc16f1f0c60625a1637ee1ec106a4df543dab92 - k8s: Add note on release-specific dependencies Issue-ID: SECCOM-235 Change-Id: I35d3e3f413542c69718d17ae25f227275270c8cf Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-16Update git submodulesMarco Platania1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 4b8acc9dff3df76a6fa25f3e2e29fe37ca073749 - Improve description of scale out use case - Describe the ONAP flows - Describe SO workflow - Describe how to obtain a TOSCA template from SDC Issue-ID: INT-1171 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I901ae1a85becbb549804f8307991cb592a251d6d
2019-09-16Update git submodulesMarco Platania1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 97919e81b8721ae451d3c18d6b5b16ea3b4566f3 - Fix DCAE cleanup process Issue-ID: INT-479 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I360d9887842ac8e86e3a52f7a549367dc63ccb7d
2019-09-13Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 00a07150311b6f6a8cc65360aa478d1a0fc20591 - Add sdc keyspaces and longer timeout Issue-ID: INT-1244 Change-Id: I5bc0f4e02ac3d2d8df867f76327e588353c76da8 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-13Update git submodulesLukasz Rajewski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 048e08954b756a4e18a7d665b744b477ec03f2f6 - Modified vFW DT Use case description Description of policy configuration and typos fixed Change-Id: Ib11df95b79987b85c15452d74a5644c152dcbfde Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Issue-ID: INT-751
2019-09-13Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 0ca3d400f25810df7b1eb811dc529e0d1231a184 - Refactor healthcheck-k8s.py Error reporting was improved by returning actual error message from subprocess call to 'kubectl' command. Code readability was improved by defining a dictionary of endpoint names to check and their IPs. Unsecure 'shell=True' property in Popen constructor for kubectl command in SDNC DB was removed and command string itself sanitized. Overall code readability was improved by reusing common commands in a loop. Change-Id: I19f8f71e27196bb55a9be3d58cd0885ceba3af0c Issue-ID: TEST-213 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-09-13Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to bfeeb24819035523222149d4fffdf9f7de363fc2 - Fix mispelled routine name in vcpe scripts headbridge -> heatbridge Change-Id: I49cc3af80b74a9d03612625be2a35e039e6d28e1 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: DOC-549