Reorganizes the unit tests into a new subdirectory, and adds a new functional test subdirectory (that will be further divided into subdirs for drivers). Change-Id: I027bba619deef9379d293fdd0457df6a1377aea8
6 lines
104 B
YAML
6 lines
104 B
YAML
- hosts: all
|
|
roles:
|
|
- install-kubernetes
|
|
- role: tox
|
|
tox_envlist: functional_kubernetes
|