0399955cf1
Moved security rules and keypair creation into init first. Launch script now takes image name as positional argument, and name of instance as a named argument. This makes it work more like launch in other Canonical tools. Written in Python, for ease of maintenance. --retry and --wait args allow it to behave like tests expect it to, while humans will get a much more intuitive (and much less noisy) experience. Also increased time we wait for a ping on the host, to allow for slower, pure qemu, emulation times, and bring it in line with what Tempest does in similar situations. Change-Id: I11dcc098012468e9c88dcc7af78cde6920f31ecd
16 lines
304 B
YAML
16 lines
304 B
YAML
- job:
|
|
name: microstack-tox-snap-with-sudo
|
|
parent: openstack-tox-snap-with-sudo
|
|
timeout: 5400
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
tox_envlist: snap
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- microstack-tox-snap-with-sudo
|
|
gate:
|
|
jobs:
|
|
- microstack-tox-snap-with-sudo
|