Genericize test cases and namespace create pod

This change modifies 020_check-create-pod and 030_check-network test cases to
target `kube-master[0]` instead of `node1` as these tests can be useful in
deployments that do not use the same naming convention as the basic tests.

This change also modifies 020_check-create-pod to namespace into a `test`
namespace allowing the `get pods` command to get its expected number of
running containers.

Closes #866 and #867.
This commit is contained in:
crodetsky
2017-01-09 10:45:48 -05:00
parent 5420fa942e
commit 8e29b08070
2 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
---
- hosts: node1
- hosts: kube-master[0]
tasks: