
This patch introduces base integration test that verifies messaging loop between agent and server, command execution and report generation. Shaker in tested in standalone mode, without intergration with OpenStack. Change-Id: I8fdc63abdf0be0fc67c3b438bbfc1cf2f69c9f15
42 lines
992 B
YAML
42 lines
992 B
YAML
- project:
|
|
templates:
|
|
- docs-on-readthedocs
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python36-jobs
|
|
vars:
|
|
rtd_webhook_id: '47125'
|
|
rtd_project_name: pyshaker
|
|
check:
|
|
jobs:
|
|
- openstack-tox-docs
|
|
- shaker-integration-py27
|
|
- shaker-integration-py35
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-docs
|
|
- shaker-integration-py27
|
|
- shaker-integration-py35
|
|
|
|
- job:
|
|
name: shaker-integration-py27
|
|
parent: openstack-tox
|
|
voting: false
|
|
description: |
|
|
Run integration tests under Python 2.7
|
|
|
|
To run tests manually use ``tox -e integration-py27`` command.
|
|
vars:
|
|
tox_envlist: integration-py27
|
|
|
|
- job:
|
|
name: shaker-integration-py35
|
|
parent: openstack-tox
|
|
voting: false
|
|
description: |
|
|
Run integration tests under Python 3.5
|
|
|
|
To run tests manually use ``tox -e integration-py35`` command.
|
|
vars:
|
|
tox_envlist: integration-py35
|