Publish artifacts to S3 repository 61/68761/3
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 2 Nov 2019 11:18:22 +0000 (12:18 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 2 Nov 2019 18:06:25 +0000 (19:06 +0100)
commit07abb0de2c208b798ad683d846e2fc5f69257c6a
tree9ff92385cf6d4772d723fcc3430ef7cb1ebd292c
parentcfae25f49681e5a450cb6f654602e5ad86559227
Publish artifacts to S3 repository

It simplifies Jenkins or Gitlab jobs by automatically publishing all
artifacts via the framework.

It leverages on Amazon Web Services (AWS) SDK [1] which supports the
current cases (OPNFV, Xtesting Ansible role [2], etc.).

[1] https://boto3.amazonaws.com/v1/documentation/api/latest/index.html?id=docs_gateway
[2] https://github.com/collivier/ansible-role-xtesting

Change-Id: I66e380c4da29fb0f973472a2c59ae0ea3c44fcfd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit d012f3ac3ec4aa2730532be095956867d797aefb)
requirements.txt
xtesting/ci/run_tests.py
xtesting/core/behaveframework.py
xtesting/core/feature.py
xtesting/core/robotframework.py
xtesting/core/testcase.py
xtesting/core/unit.py
xtesting/tests/unit/core/test_testcase.py