This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
760 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,33 @@ | ||
[![Build Status](https://build.terradue.com/buildStatus/icon?job=Terradue%2Fcdab-testsuite%2Fb'develop')](https://build.terradue.com/blue/organizations/jenkins/Terradue%2Fcdab-testsuite/activity?branch=b'develop') | ||
[![Build Status](https://build.terradue.com/buildStatus/icon?job=Terradue%2Fcdab-testsuite%2Fb'master')](https://build.terradue.com/blue/organizations/jenkins/Terradue%2Fcdab-testsuite/activity?branch=b'master') | ||
|
||
|
||
![CDAB logo](doc/images/cdab-logo.jpg) | ||
|
||
# CDAB Software Test Suite | ||
|
||
Copernicus Sentinels Data Access Worldwide Benchmark Test Suite is the software suite used to run Test Scenarios for bechmarking various targets. | ||
Copernicus Sentinels Data Access Worldwide Benchmark Test Suite is the software suite used to run Test Scenarios for bechmarking various Copernicus Data Provider targets. | ||
|
||
The current supported target sites are | ||
The current supported Target Sites are | ||
|
||
* Conventional Data Access Hubs: | ||
* Data Access Hubs using [DHuS Data Hub](https://sentineldatahub.github.io): | ||
* [Copernicus Open Access Hub (aka SciHub)](https://scihub.copernicus.eu/) | ||
* [Copernicus Open Access Hub API (aka APIHub)](https://scihub.copernicus.eu/twiki/do/view/SciHubWebPortal/APIHubDescription) | ||
* [Copernicus Collaborative Data Hub (aka ColHub)](https://colhub.copernicus.eu/) | ||
* [Copernicus Sentinels International Access Hub (aka IntHub)](https://inthub.copernicus.eu/) | ||
* DIAS | ||
* Any Data Access Hubs using [DHuS Data Hub](https://sentineldatahub.github.io) software | ||
* [CODE-DE](https://code-de.org/) | ||
* DIASes | ||
* [CREODIAS](https://creodias.eu/) | ||
* [Mundi Web Services](https://mundiwebservices.com/) | ||
* [ONDA](https://www.onda-dias.eu/) | ||
* [Sobloo](https://sobloo.eu/) | ||
|
||
# Repository Content | ||
|
||
## Getting started | ||
This repository is a public repository with all the source code used for building the CDAB Test Suite | ||
|
||
The CDAB Test Suite is built automatically providing different assets with each release: | ||
- Source code archive | ||
- Set of binaries for the clients as archives and RPM package | ||
- A docker image available publicly as [esacdab/testsuite](https://hub.docker.com/repository/docker/esacdab/testsuite) | ||
The CDAB Test Suite is built automatically providing a docker image available publicly at [esacdab/testsuite](https://hub.docker.com/repository/docker/esacdab/testsuite) that can be used as Test Site. | ||
|
||
## Using the Docker image | ||
# Getting Started | ||
|
||
### General Command Line Access | ||
|
||
docker run -it esacdab/testsuite /bin/bash | ||
|
||
## Executing the Copernicus Data Access Benchmarking Tool and running Test Scenarios | ||
|
||
The detailed information for executing the test scenarios are described in [the CDAB Test Suite wiki](https://github.com/Terradue/cdab-testsuite/wiki) | ||
You can start now using the Test Suite following the [Getting Started guide](https://github.com/Terradue/cdab-testsuite/wiki) |
Oops, something went wrong.