aboutsummaryrefslogtreecommitdiffstats
path: root/exceptions/functest.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-11-16Implements full path for hash checks of binarieslhinds1-1/+127
Previously the hash check would work only against the filename, and not using the relative path. This change uses the whole relative path to allow indentical filenames in different folder locations within the same repo. Also updated the generate-sha256.py script to introduce the same changes. JIRA: RELENG-303 Change-Id: I3a59e015b708eb5a966690b9839e5e15ac5b64c7 Signed-off-by: lhinds <lhinds@redhat.com>
2017-10-10Implements master ignore listlhinds1-8/+0
This change introduces a master ignore list, to save having to repeat ignore strings in every project exception file. This is achieved via a new ignore_list.yaml file that is merged with the project exception list and then used for the re.search ignore statement in both patch_scan.py and project_scan.py Change-Id: Ifb60b8ba3091603182c2025dbbbfd1a88a72439b Signed-off-by: lhinds <lhinds@redhat.com>
2017-09-05Add wget wildcard for git.opnfv.orglhinds1-0/+1
Add string - wget.+git\.opnfv.org Change-Id: Ibcf8fa07b0539000a2a8cc2765292de4195bde0b Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-13Exception for functestlhinds1-0/+1
Trigger: https://gerrit.opnfv.org/gerrit/#/c/37263/ Change-Id: I819fd7c96c35ee544a4eb76ddf851104beb17f32 Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-11Exceptionslhinds1-0/+2
- publicurl - installer_password Patch: https://gerrit.opnfv.org/gerrit/#/c/37143/ Change-Id: I8ba857827141fdddc2b13752c7d65015e13d7e0a Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-11Add weekly anteater projectslhinds1-1/+1
July 10 additions https://wiki.opnfv.org/display/INF/Project+Roll+Out+for+Anteater Change-Id: I1e6c2c3dd14012254a5a219ef223dfeb80245257 Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-08Exception for curl stringlhinds1-0/+1
Change-Id: I314d508f13ce736cb6d3d99c0b205ecc1f30abea Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-08Exception for Curl rvm docker RUN cmd.lhinds1-0/+1
Change-Id: I3199ce91e4cc00f0f7bd1f5e2660cb2f9d6ae0b6 Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-05Exception entry for wgetlhinds1-0/+1
Resolves false flag in: https://gerrit.opnfv.org/gerrit/#/c/36963/ docker/smoke/Dockerfile Change-Id: I6bfc0a47ef662253c54fd51010c39817a23ee26c Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-05Fixed regex to streamline wildcardslhinds1-6/+6
Change-Id: I5ac55820cf53eb61d6c67c22a33d05041d9fa8b3 Signed-off-by: lhinds <lhinds@redhat.com>
2017-06-28Allow downloading files hosted by git.openstack.orgCédric Ollivier1-1/+1
It replaces the previous exception for the cloned repositories (github.com/openstack). Change-Id: I920ab7ae70c4490b53a7e988e5b0b258a12ec67f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-06-28Add exceptions for trusted domainslhinds1-0/+6
gerrit.opnfv.org openstack.org artifacts.opnfv.org build.opnfv.org githubusercontent.com/openstack Change-Id: I6904c5de847b13279f0aa3feee583ff8bd987920 Signed-off-by: lhinds <lhinds@redhat.com>
2017-06-23Fix Yamllint ViolationsTrevor Bramwell1-1/+1
JIRA: RELENG-258 Change-Id: I56a45340196c06a58f7103c57120a38c9ab7d28a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-06-22Adds Pharos, Functest, Octopus to Anteaterlhinds1-0/+13
This change adds exception files to anteater, to enable projects Functest, Pharos, Octopus. JIRA: RELENG-252 Change-Id: I1ac120ae2bdf868f9db34fe4dd30357efe61ce17 Signed-off-by: lhinds <lhinds@redhat.com>