Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazur committed May 7, 2019
1 parent 1d9eb92 commit 24222a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci
Submodule ci updated 1 files
+1 −1 ci/prepare-host
6 changes: 6 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# TS
minishift logs -t 1

echo "$(minishift ip) minishift" | sudo tee -a /etc/hosts

## Prepare CDI
Expand All @@ -21,6 +24,9 @@ do
sleep 6;
done

# TS
minishift logs -t 1

## Execute test
ansible-playbook --version
ansible-playbook -vvv tests/playbooks/all.yml
Expand Down
3 changes: 2 additions & 1 deletion tests/playbooks/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,12 @@
api_version: kubevirt.io/v1alpha3
register: vmi

- name: Wait for port to be oppened
- name: Wait for port to be opened
wait_for:
host: "{{ vmi.resources[0].status.nodeName}}"
port: 30000
delay: 10
timeout: 900
register: result

- name: Check ssh is executed for VM
Expand Down

0 comments on commit 24222a4

Please sign in to comment.