Skip to content

Commit

Permalink
run_tests.sh: use the local SSL certificate
Browse files Browse the repository at this point in the history
Reuse the local certificates during the tests.
Increase the number of commands run during the post-deployment
diagnostic.

Change-Id: I2029c455b45e1c4ec34599a5123f6b1474774cd8
  • Loading branch information
goneri committed Dec 14, 2017
1 parent 1ac43dd commit a0aa33d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions run_tests.sh
Expand Up @@ -10,6 +10,9 @@ function cleanup() {
rm -rf openshift-ansible
}

# Generate the local SSL certificates
sudo ./mock-certs.sh

# This runs on localhost but uses registry.rdoproject.org resources
for host in registry.rdoproject.org console.registry.rdoproject.org trunk.registry.rdoproject.org
do
Expand Down Expand Up @@ -39,3 +42,6 @@ tox -e ansible-playbook -- -b -i hosts openshift-ansible/playbooks/byo/config.ym
sudo oc get pods
sudo oc get routes
sudo oc get svc
sudo oc get projects
sudo oc policy who-can resource cluster-admin
sudo oc get serviceaccounts --all-namespaces=true

0 comments on commit a0aa33d

Please sign in to comment.