This is an automated email from the ASF dual-hosted git repository.
skperez pushed a change to branch proxy-bugfix-apidocs
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
from b2bcc65 Updated changelog
add e3625c6 SDAP-398 - CDMS Regression Test Script (#183)
add 1ef7ffb Fix changelog (#195)
add 10a8c6e SDAP-390 Updated CDMS reader tool requirements.txt (#194)
new 990e474 Merge branch 'master' of
github.com:apache/incubator-sdap-nexus into proxy-bugfix-apidocs
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.md | 3 +-
tests/regression/README.md | 23 ++
tests/regression/cdms_reader.py | 1 +
tests/regression/conftest.py | 23 ++
tests/regression/test_cdms.py | 746 ++++++++++++++++++++++++++++++++++++++++
tools/cdms/requirements.txt | 204 -----------
6 files changed, 795 insertions(+), 205 deletions(-)
create mode 100644 tests/regression/README.md
create mode 120000 tests/regression/cdms_reader.py
create mode 100644 tests/regression/conftest.py
create mode 100644 tests/regression/test_cdms.py