cloudfoundry/istio-acceptance-tests

Name: istio-acceptance-tests

Owner: Cloud Foundry

Description: null

Created: 2018-04-04 14:51:55.0

Updated: 2018-05-24 15:47:20.0

Pushed: 2018-05-24 15:47:18.0

Homepage: null

Size: 89434

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Istio Acceptance Tests

This repository contains code for demoing the Istio bookinfo app on Cloud Foundry and ensuring that it works with new updates

Prerequisites

Deploy a bosh with

Create a config file

<< EOF > "${PWD}/config.json"

"cf_api": "bosh-lite.com",
"cf_admin_user": "admin",
"cf_admin_password": <admin password>,
"cf_apps_domain": "apps.internal",
"cf_istio_domain": "istio.<system-domain>",
"product_page_docker_tag": "cfrouting/examples-bookinfo-productpage-v1:latest",
"reviews_docker_tag": "cfrouting/examples-bookinfo-reviews-v3:latest",
"ratings_docker_tag": "istio/examples-bookinfo-ratings-v1:1.5.0",
"details_docker_tag": "istio/examples-bookinfo-details-v1:1.5.0",


Running Tests
IG="$PWD/config.json" scripts/test

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.