This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a2018-03-27 20:08:22,642 extension L0189 DEBUG| found extension EntryPoint.parse('journal = avocado.plugins.journal:JournalResult') | |
2018-03-27 20:08:22,642 extension L0189 DEBUG| found extension EntryPoint.parse('tap = avocado.plugins.tap:TAPResult') | |
2018-03-27 20:08:22,642 extension L0189 DEBUG| found extension EntryPoint.parse('human = avocado.plugins.human:Human') | |
2018-03-27 20:08:22,643 extension L0189 DEBUG| found extension EntryPoint.parse('teststmpdir = avocado.plugins.teststmpdir:TestsTmpDir') | |
2018-03-27 20:08:22,643 extension L0189 DEBUG| found extension EntryPoint.parse('jobscripts = avocado.plugins.jobscripts:JobScripts') | |
2018-03-27 20:08:22,644 extension L0189 DEBUG| found extension EntryPoint.parse('human = avocado.plugins.human:HumanJob') | |
2018-03-27 20:08:22,646 extension L0189 DEBUG| found extension EntryPoint.parse('json_variants = avocado.plugins.json_variants:JsonVariants') | |
2018-03-27 20:08:22,646 extension L0189 DEBUG| found extension |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-03-27 19:45:19,858 extension L0189 DEBUG| found extension EntryPoint.parse('journal = avocado.plugins.journal:JournalResult') | |
2018-03-27 19:45:19,858 extension L0189 DEBUG| found extension EntryPoint.parse('tap = avocado.plugins.tap:TAPResult') | |
2018-03-27 19:45:19,858 extension L0189 DEBUG| found extension EntryPoint.parse('human = avocado.plugins.human:Human') | |
2018-03-27 19:45:19,859 extension L0189 DEBUG| found extension EntryPoint.parse('teststmpdir = avocado.plugins.teststmpdir:TestsTmpDir') | |
2018-03-27 19:45:19,860 extension L0189 DEBUG| found extension EntryPoint.parse('jobscripts = avocado.plugins.jobscripts:JobScripts') | |
2018-03-27 19:45:19,860 extension L0189 DEBUG| found extension EntryPoint.parse('human = avocado.plugins.human:HumanJob') | |
2018-03-27 19:45:19,862 extension L0189 DEBUG| found extension EntryPoint.parse('json_variants = avocado.plugins.json_variants:JsonVariants') | |
2018-03-27 19:45:19,862 extension L0189 DEBUG| found extension E |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-03-27 18:22:29,144 extension L0189 DEBUG| found extension EntryPoint.parse('journal = avocado.plugins.journal:JournalResult') | |
2018-03-27 18:22:29,144 extension L0189 DEBUG| found extension EntryPoint.parse('tap = avocado.plugins.tap:TAPResult') | |
2018-03-27 18:22:29,144 extension L0189 DEBUG| found extension EntryPoint.parse('human = avocado.plugins.human:Human') | |
2018-03-27 18:22:29,145 extension L0189 DEBUG| found extension EntryPoint.parse('teststmpdir = avocado.plugins.teststmpdir:TestsTmpDir') | |
2018-03-27 18:22:29,146 extension L0189 DEBUG| found extension EntryPoint.parse('jobscripts = avocado.plugins.jobscripts:JobScripts') | |
2018-03-27 18:22:29,146 extension L0189 DEBUG| found extension EntryPoint.parse('human = avocado.plugins.human:HumanJob') | |
2018-03-27 18:22:29,148 extension L0189 DEBUG| found extension EntryPoint.parse('json_variants = avocado.plugins.json_variants:JsonVariants') | |
2018-03-27 18:22:29,149 extension L0189 DEBUG| found extension E |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-03-27 14:13:47,213 extension L0189 DEBUG| found extension EntryPoint.parse('journal = avocado.plugins.journal:JournalResult') | |
2018-03-27 14:13:47,213 extension L0189 DEBUG| found extension EntryPoint.parse('tap = avocado.plugins.tap:TAPResult') | |
2018-03-27 14:13:47,213 extension L0189 DEBUG| found extension EntryPoint.parse('human = avocado.plugins.human:Human') | |
2018-03-27 14:13:47,214 extension L0189 DEBUG| found extension EntryPoint.parse('teststmpdir = avocado.plugins.teststmpdir:TestsTmpDir') | |
2018-03-27 14:13:47,215 extension L0189 DEBUG| found extension EntryPoint.parse('jobscripts = avocado.plugins.jobscripts:JobScripts') | |
2018-03-27 14:13:47,215 extension L0189 DEBUG| found extension EntryPoint.parse('human = avocado.plugins.human:HumanJob') | |
2018-03-27 14:13:47,217 extension L0189 DEBUG| found extension EntryPoint.parse('json_variants = avocado.plugins.json_variants:JsonVariants') | |
2018-03-27 14:13:47,217 extension L0189 DEBUG| found extension E |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
repo: https://github.com/arilivigni/contra-env-setup.git | |
branch: master | |
# Path that have the ISO in your host (don't insert last '/') | |
minishift_iso_src_path: ~/.contra-env-setup/minishift | |
# Path that will push the ISO in the VM (don't insert last '/') | |
minishift_iso_dest_path: ~/.contra-env-setup/minishift | |
# command to run in the test (don't insert "-k" or "-K") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
contra-env-setup continuous integration test | |
""" | |
import signal | |
from utils import _get_ip, _create_cloudinit_cdrom | |
from avocado import main | |
from avocado import Test | |
from avocado.utils import vmimage | |
from avocado.utils import git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[firemanxbr@firemanxbr ari]$ ansible-playbook -vv -i "localhost," contra-env-setup/playbooks/setup.yml -e remote_user=firemanxbr -e run_cleanup=true -K -kansible-playbook 2.4.3.0 | |
config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/firemanxbr/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] | |
ansible python module location = /usr/lib/python2.7/site-packages/ansible | |
executable location = /usr/bin/ansible-playbook | |
python version = 2.7.14 (default, Mar 14 2018, 13:36:31) [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] | |
Using /etc/ansible/ansible.cfg as config file | |
SSH password: | |
SUDO password[defaults to SSH password]: | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/cleanup/tasks/cleanup.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/create/tasks/clone_project_repo.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK [minishift : Wait for the cluster to come up completely] *********************************************************************************************** | |
task path: /home/cloud-user/contra-env-setup/playbooks/roles/minishift/tasks/init_minishift.yml:6 | |
Pausing for 180 seconds | |
(ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort) | |
ok: [localhost] => {"changed": false, "delta": 180, "rc": 0, "start": "2018-03-27 09:29:57.578469", "stderr": "", "stdout": "Paused for 3.0 minutes", "stop": "2018-03-27 09:32:57.579941", "user_input": ""} | |
TASK [minishift : Stop the cluster] ************************************************************************************************************************* | |
task path: /home/cloud-user/contra-env-setup/playbooks/roles/minishift/tasks/init_minishift.yml:10 | |
[firemanxbr@firemanxbr contra-env-setup]$ ping 10.8.241.201 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ansible-playbook -vv -i "localhost," contra-env-setup/playbooks/setup.yml -e remote_user=cloud-user -e run_cleanup | |
=true -K -k | |
ansible-playbook 2.4.3.0 | |
config file = /etc/ansible/ansible.cfg | |
configured module search path = [u'/home/cloud-user/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] | |
ansible python module location = /usr/lib/python2.7/site-packages/ansible | |
executable location = /usr/bin/ansible-playbook | |
python version = 2.7.14 (default, Mar 14 2018, 13:36:31) [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] | |
Using /etc/ansible/ansible.cfg as config file | |
SSH password: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from avocado_qemu import QemuTest | |
from avocado_qemu import GetConsole | |
from avocado.utils import vmimage | |
from avocado.utils import git | |
from avocado.utils import process | |
from avocado.utils import path as utils_path | |
class TestMinishift(QemuTest): |