diff options
author | 2018-03-02 10:44:47 +0000 | |
---|---|---|
committer | 2018-03-02 10:44:47 +0000 | |
commit | 9bf228149a971b798078001bcbf269620ccc6a4a (patch) | |
tree | e81b988727844f277084feb53e9ac06657b24a7a /jjb/xci | |
parent | d53f5e2ed32a1d61e74aa70cdca44f882d4b5e7f (diff) |
xci: Cat functest log until the log upload is enabled
Change-Id: I883e6e29cf102d1069e3760ab95dd24d76d0a222
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'jjb/xci')
-rwxr-xr-x | jjb/xci/xci-run-functest.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/xci/xci-run-functest.sh b/jjb/xci/xci-run-functest.sh index 238a833d0..9bcc469c7 100755 --- a/jjb/xci/xci-run-functest.sh +++ b/jjb/xci/xci-run-functest.sh @@ -42,3 +42,7 @@ fi ssh -F $HOME/.ssh/${DISTRO}-xci-vm-config ${DISTRO}_xci_vm "cd releng-xci/xci && PATH=/home/devuser/.local/bin:$PATH ansible-playbook -i installer/osa/files/$XCI_FLAVOR/inventory playbooks/prepare-functest.yml" echo "Running functest" ssh -F $HOME/.ssh/${DISTRO}-xci-vm-config ${DISTRO}_xci_vm_opnfv "/root/run-functest.sh" +echo "Functest log" +echo "---------------------------------------------------------------------------------" +ssh -F $HOME/.ssh/${DISTRO}-xci-vm-config ${DISTRO}_xci_vm_opnfv "cat /root/results/functest.log" +echo "---------------------------------------------------------------------------------" |