Skip to content

Commit

Permalink
Added HTTP Endpoint export and testing (radon-h2020/radon-ctt#6).
Browse files Browse the repository at this point in the history
  • Loading branch information
duelle committed Jul 9, 2020
1 parent 37729b4 commit cdc5342
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
jobs:
include:
- env:
- NAME="CTT-master"
- NAME="CTT-master-jmeter"
- CTT_SERVER_DOCKER_TAG="latest"
- SUT_EXPORT_URL="http://127.0.0.1:${GMT_HTTP_PORT}/winery/servicetemplates/radon.blueprints/SockShopTestingExample/?yaml&csar"
- SUT_DEPLOYMENT_PORT="80"
Expand All @@ -41,7 +41,7 @@ jobs:
- TI_DEPLOYMENT_URL="http://localhost:${TI_DEPLOYMENT_PORT}"
- CTT_TA_FILTER_STRING=".uuid"
- env:
- NAME="CTT-dev"
- NAME="CTT-dev-jmeter"
- CTT_SERVER_DOCKER_TAG="dev"
- SUT_EXPORT_URL="http://127.0.0.1:${GMT_HTTP_PORT}/winery/servicetemplates/radon.blueprints/SockShopTestingExample/?yaml&csar"
- SUT_DEPLOYMENT_PORT="80"
Expand All @@ -50,6 +50,26 @@ jobs:
- TI_DEPLOYMENT_PORT="5000"
- TI_DEPLOYMENT_URL="http://localhost:${TI_DEPLOYMENT_PORT}"
- CTT_TA_FILTER_STRING=".[].uuid"
- env:
- NAME="CTT-master-http"
- CTT_SERVER_DOCKER_TAG="latest"
- SUT_EXPORT_URL="http://127.0.0.1:${GMT_HTTP_PORT}/winery/servicetemplates/radon.blueprints/SockShopTestingExample/?yaml&csar"
- SUT_DEPLOYMENT_PORT="80"
- SUT_DEPLOYMENT_URL="http://localhost:${SUT_DEPLOYMENT_PORT}"
- TI_EXPORT_URL="http://127.0.0.1:${GMT_HTTP_PORT}/winery/servicetemplates/radon.blueprints.testing/DeploymentTestAgent/?yaml&csar"
- TI_DEPLOYMENT_PORT="5000"
- TI_DEPLOYMENT_URL="http://localhost:${TI_DEPLOYMENT_PORT}"
- CTT_TA_FILTER_STRING=".uuid"
- env:
- NAME="CTT-dev-http"
- CTT_SERVER_DOCKER_TAG="dev"
- SUT_EXPORT_URL="http://127.0.0.1:${GMT_HTTP_PORT}/winery/servicetemplates/radon.blueprints/SockShopTestingExample/?yaml&csar"
- SUT_DEPLOYMENT_PORT="80"
- SUT_DEPLOYMENT_URL="http://localhost:${SUT_DEPLOYMENT_PORT}"
- TI_EXPORT_URL="http://127.0.0.1:${GMT_HTTP_PORT}/winery/servicetemplates/radon.blueprints.testing/DeploymentTestAgent/?yaml&csar"
- TI_DEPLOYMENT_PORT="5000"
- TI_DEPLOYMENT_URL="http://localhost:${TI_DEPLOYMENT_PORT}"
- CTT_TA_FILTER_STRING=".[].uuid"

install:
- sudo apt-get -y install docker-compose python3 python3-setuptools python3-wheel python3-pip python3-docker python3-apt jq ansible
Expand Down

0 comments on commit cdc5342

Please sign in to comment.