0fa59ab7ed
Added multi-node CI job to run functional tests. This patch adds functional tests to check the behaviour of Segment APIs. Co-Authored-By: jayashri bidwe <jayashri.bidwe@nttdata.com> Change-Id: I787b26b29fcd9556bc6b24b75ffe8e70e9f44610
14 lines
418 B
YAML
14 lines
418 B
YAML
- name: Collect devstack stackenv file
|
|
fetch:
|
|
flat: yes
|
|
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/confs/devstack/-stackenv"
|
|
src: "/opt/stack/devstack/.stackenv"
|
|
|
|
- name: Collect devstack config files
|
|
synchronize:
|
|
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/confs/devstack/"
|
|
mode: pull
|
|
src: "/opt/stack/devstack/{{ item }}"
|
|
with_items:
|
|
- local.conf
|