2015-03-19 19:24:34 +02:00
|
|
|
- job:
|
|
|
|
name: gate-manila-tempest-dsvm-neutron-postgres
|
|
|
|
node: 'devstack-precise || devstack-trusty'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 65
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- link-logs
|
|
|
|
- net-info
|
|
|
|
- devstack-checkout
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
export PYTHONUNBUFFERED=true
|
|
|
|
export DEVSTACK_GATE_TIMEOUT=60
|
|
|
|
export DEVSTACK_GATE_NEUTRON=1
|
|
|
|
export DEVSTACK_GATE_POSTGRES=1
|
|
|
|
export ENABLED_SERVICES=tempest
|
|
|
|
# Enable manila devstack plugin. Provided repo should be cloned by zuul before devstack run
|
|
|
|
# and below provided link should not be used.
|
|
|
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
|
|
|
|
|
|
|
# Keep localrc to be able to set some vars in pre_test_hook
|
|
|
|
export KEEP_LOCALRC=1
|
|
|
|
|
|
|
|
function pre_test_hook {
|
|
|
|
source $BASE/new/manila/contrib/ci/pre_test_hook.sh
|
|
|
|
}
|
|
|
|
export -f pre_test_hook
|
|
|
|
|
|
|
|
function post_test_hook {
|
|
|
|
# Configure and run tempest on singlebackend manila installation
|
|
|
|
source $BASE/new/manila/contrib/ci/post_test_hook.sh singlebackend
|
|
|
|
}
|
|
|
|
export -f post_test_hook
|
|
|
|
|
|
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- devstack-logs
|
|
|
|
- console-log
|
|
|
|
|
|
|
|
|
2013-12-04 12:07:52 +02:00
|
|
|
- job:
|
2014-02-08 12:03:04 +02:00
|
|
|
name: gate-manila-tempest-dsvm-neutron
|
2014-06-23 17:05:17 -07:00
|
|
|
node: 'devstack-precise || devstack-trusty'
|
2013-12-04 12:07:52 +02:00
|
|
|
|
|
|
|
wrappers:
|
2014-05-27 14:51:16 -07:00
|
|
|
- build-timeout:
|
2013-12-19 15:04:21 -08:00
|
|
|
timeout: 65
|
2013-12-04 12:07:52 +02:00
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
2014-03-11 15:46:51 -07:00
|
|
|
- link-logs
|
2014-03-19 00:06:03 +00:00
|
|
|
- net-info
|
2013-12-04 12:07:52 +02:00
|
|
|
- devstack-checkout
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
export PYTHONUNBUFFERED=true
|
2013-12-19 15:04:21 -08:00
|
|
|
export DEVSTACK_GATE_TIMEOUT=60
|
2014-05-31 11:40:55 +03:00
|
|
|
export DEVSTACK_GATE_NEUTRON=1
|
2015-02-24 13:47:03 +02:00
|
|
|
export ENABLED_SERVICES=tempest
|
|
|
|
# Enable manila devstack plugin. Provided repo should be cloned by zuul before devstack run
|
|
|
|
# and below provided link should not be used.
|
|
|
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
2014-05-24 09:28:52 +03:00
|
|
|
|
2014-06-18 14:12:47 +03:00
|
|
|
# Keep localrc to be able to set some vars in pre_test_hook
|
|
|
|
export KEEP_LOCALRC=1
|
|
|
|
|
2014-05-24 09:28:52 +03:00
|
|
|
function pre_test_hook {
|
2014-05-31 11:40:55 +03:00
|
|
|
source $BASE/new/manila/contrib/ci/pre_test_hook.sh
|
2014-05-24 09:28:52 +03:00
|
|
|
}
|
|
|
|
export -f pre_test_hook
|
|
|
|
|
|
|
|
function post_test_hook {
|
2014-06-18 14:12:47 +03:00
|
|
|
# Configure and run tempest on singlebackend manila installation
|
|
|
|
source $BASE/new/manila/contrib/ci/post_test_hook.sh singlebackend
|
2014-05-24 09:28:52 +03:00
|
|
|
}
|
|
|
|
export -f post_test_hook
|
|
|
|
|
|
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- devstack-logs
|
|
|
|
- console-log
|
|
|
|
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: gate-manila-tempest-dsvm-neutron-multibackend
|
2014-06-23 17:05:17 -07:00
|
|
|
node: 'devstack-precise || devstack-trusty'
|
2014-05-24 09:28:52 +03:00
|
|
|
|
|
|
|
wrappers:
|
2014-05-27 14:51:16 -07:00
|
|
|
- build-timeout:
|
2014-05-24 09:28:52 +03:00
|
|
|
timeout: 65
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- link-logs
|
|
|
|
- net-info
|
|
|
|
- devstack-checkout
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
export PYTHONUNBUFFERED=true
|
|
|
|
export DEVSTACK_GATE_TIMEOUT=60
|
2014-05-31 11:40:55 +03:00
|
|
|
export DEVSTACK_GATE_NEUTRON=1
|
2015-02-24 13:47:03 +02:00
|
|
|
export ENABLED_SERVICES=tempest
|
|
|
|
# Enable manila devstack plugin. Provided repo should be cloned by zuul before devstack run
|
|
|
|
# and below provided link should not be used.
|
|
|
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
2013-12-04 12:07:52 +02:00
|
|
|
|
2014-06-18 14:12:47 +03:00
|
|
|
# Keep localrc to be able to set some vars in pre_test_hook
|
|
|
|
export KEEP_LOCALRC=1
|
|
|
|
|
2013-12-04 12:07:52 +02:00
|
|
|
function pre_test_hook {
|
2014-05-31 11:40:55 +03:00
|
|
|
source $BASE/new/manila/contrib/ci/multi_backend/pre_test_hook.sh
|
2013-12-04 12:07:52 +02:00
|
|
|
}
|
|
|
|
export -f pre_test_hook
|
|
|
|
|
2014-02-08 12:03:04 +02:00
|
|
|
function post_test_hook {
|
2014-11-13 11:02:45 +02:00
|
|
|
# Configure and run tempest on multibackend manila installation
|
2014-06-18 14:12:47 +03:00
|
|
|
source $BASE/new/manila/contrib/ci/multi_backend/post_test_hook.sh multibackend
|
2014-02-08 12:03:04 +02:00
|
|
|
}
|
|
|
|
export -f post_test_hook
|
|
|
|
|
2013-12-04 12:07:52 +02:00
|
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- devstack-logs
|
|
|
|
- console-log
|
2014-11-13 10:58:24 +02:00
|
|
|
|
|
|
|
|
2015-02-03 18:41:53 +02:00
|
|
|
- job:
|
|
|
|
name: gate-manila-tempest-dsvm-neutron-no-share-servers
|
|
|
|
node: 'devstack-precise || devstack-trusty'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 65
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- link-logs
|
|
|
|
- net-info
|
|
|
|
- devstack-checkout
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
export PYTHONUNBUFFERED=true
|
|
|
|
export DEVSTACK_GATE_TIMEOUT=60
|
|
|
|
export DEVSTACK_GATE_NEUTRON=1
|
2015-02-24 13:47:03 +02:00
|
|
|
export ENABLED_SERVICES=tempest
|
|
|
|
# Enable manila devstack plugin. Provided repo should be cloned by zuul before devstack run
|
|
|
|
# and below provided link should not be used.
|
|
|
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
2015-02-03 18:41:53 +02:00
|
|
|
|
|
|
|
# Keep localrc to be able to set some vars in pre_test_hook
|
|
|
|
export KEEP_LOCALRC=1
|
|
|
|
|
|
|
|
function pre_test_hook {
|
|
|
|
# Configure devstack to run manila installation without handling of share servers
|
|
|
|
source $BASE/new/manila/contrib/ci/pre_test_hook.sh False
|
|
|
|
}
|
|
|
|
export -f pre_test_hook
|
|
|
|
|
|
|
|
function post_test_hook {
|
|
|
|
# Configure and run tempest on singlebackend manila installation
|
|
|
|
source $BASE/new/manila/contrib/ci/post_test_hook.sh singlebackend
|
|
|
|
}
|
|
|
|
export -f post_test_hook
|
|
|
|
|
|
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- devstack-logs
|
|
|
|
- console-log
|
|
|
|
|
|
|
|
|
2014-11-13 10:58:24 +02:00
|
|
|
- job:
|
|
|
|
name: check-manilaclient-dsvm-neutron-functional
|
|
|
|
node: 'devstack-precise || devstack-trusty'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 65
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- link-logs
|
|
|
|
- net-info
|
|
|
|
- devstack-checkout
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
export PYTHONUNBUFFERED=true
|
|
|
|
export DEVSTACK_GATE_TIMEOUT=60
|
|
|
|
export DEVSTACK_GATE_NEUTRON=1
|
2015-02-24 13:47:03 +02:00
|
|
|
# Enable manila devstack plugin. Provided repo should be cloned by zuul before devstack run
|
|
|
|
# and below provided link should not be used.
|
|
|
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
2014-11-13 10:58:24 +02:00
|
|
|
|
|
|
|
# Keep localrc to be able to set some vars in pre_test_hook
|
|
|
|
export KEEP_LOCALRC=1
|
|
|
|
|
|
|
|
function pre_test_hook {
|
|
|
|
source $BASE/new/python-manilaclient/contrib/ci/pre_test_hook.sh
|
|
|
|
}
|
|
|
|
export -f pre_test_hook
|
|
|
|
|
|
|
|
function post_test_hook {
|
|
|
|
# Configure and run functional tests
|
|
|
|
source $BASE/new/python-manilaclient/contrib/ci/post_test_hook.sh
|
|
|
|
}
|
|
|
|
export -f post_test_hook
|
|
|
|
|
|
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
|
|
|
|
publishers:
|
2014-11-17 15:40:47 +02:00
|
|
|
- test-results
|
2014-11-13 10:58:24 +02:00
|
|
|
- devstack-logs
|
|
|
|
- console-log
|
2015-03-13 11:08:26 +01:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: gate-manila-tempest-dsvm-neutron-scenario
|
|
|
|
node: 'devstack-precise || devstack-trusty'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 65
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- link-logs
|
|
|
|
- net-info
|
|
|
|
- devstack-checkout
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
export PYTHONUNBUFFERED=true
|
|
|
|
export DEVSTACK_GATE_TIMEOUT=60
|
|
|
|
export DEVSTACK_GATE_NEUTRON=1
|
|
|
|
export ENABLED_SERVICES=tempest
|
|
|
|
# Enable manila devstack plugin. Provided repo should be cloned by zuul before devstack run
|
|
|
|
# and below provided link should not be used.
|
|
|
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
|
|
|
|
|
|
|
# Keep localrc to be able to set some vars in pre_test_hook
|
|
|
|
export KEEP_LOCALRC=1
|
|
|
|
|
|
|
|
function pre_test_hook {
|
|
|
|
source $BASE/new/manila/contrib/ci/pre_test_hook.sh
|
|
|
|
}
|
|
|
|
export -f pre_test_hook
|
|
|
|
|
|
|
|
function post_test_hook {
|
|
|
|
# Configure and run tempest on singlebackend manila installation
|
|
|
|
source $BASE/new/manila/contrib/ci/post_test_hook.sh singlebackend
|
|
|
|
}
|
|
|
|
export -f post_test_hook
|
|
|
|
|
|
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- devstack-logs
|
|
|
|
- console-log
|