oslo.messaging/playbooks/oslo.messaging-devstack-full/pre.yaml
Kenneth Giusti e1a3da9443 Move legacy zuulv3 tests into oslo.messaging repo
Next step will be to re-write these for zuulv3

Change-Id: I2f6a8432e037f75d6abee3bc977933a310a4a2c7
2017-10-17 16:01:29 -04:00

13 lines
205 B
YAML

- hosts: all
name: Test the pre run
tasks:
- shell:
cmd: |
set -x
echo "test pre phase"
export -p
ls -l
pwd
executable: /bin/bash