Refactor copy_archives deploy function to Python 51/13251/6
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 31 Oct 2018 14:38:27 +0000 (10:38 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 31 Oct 2018 22:09:32 +0000 (18:09 -0400)
commita889de0e5c9891e58bb99cc1d2e6dbff4e125885
treeadcc19f137c6728d09627b22ca9fc8603296aceb
parentbdbd65333be6655ad82c0064049c716aaac4de20
Refactor copy_archives deploy function to Python

Rewrites the copy_archives() bash script to Python for
better portability on Windows systems.

Issue: RELENG-1375
Change-Id: I264c29f9a3b86415fd879ef9dce38714105309f0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
13 files changed:
docs/commands/deploy.rst
lftools/cli/deploy.py
lftools/deploy.py [new file with mode: 0644]
releasenotes/notes/refactor-copy-archives-b5e7ee75fc7bf271.yaml [new file with mode: 0644]
requirements.txt
tests/fixtures/deploy/workspace/aaa/aaa-cert/target/surefire-reports/org.opendaylight.aaa.cert.test.AaaCertMdsalProviderTest-output.txt [new file with mode: 0644]
tests/fixtures/deploy/workspace/aaa/aaa-cert/target/surefire-reports/org.opendaylight.aaa.cert.test.AaaCertProviderTest-output.txt [new file with mode: 0644]
tests/fixtures/deploy/workspace/aaa/aaa-cert/target/surefire-reports/org.opendaylight.aaa.cert.test.AaaCertRpcServiceImplTest-output.txt [new file with mode: 0644]
tests/fixtures/deploy/workspace/aaa/aaa-cert/target/surefire-reports/org.opendaylight.aaa.cert.test.KeyStoresDataUtilsTest-output.txt [new file with mode: 0644]
tests/fixtures/deploy/workspace/abc.txt [new file with mode: 0644]
tests/fixtures/deploy/workspace/archives/test.log [new file with mode: 0644]
tests/fixtures/deploy/workspace/dependencies.log [new file with mode: 0644]
tests/test_deploy.py [new file with mode: 0644]