Re: fixture 'default_storage_domain' not found (was: Change in ovirt-system-tests[master]: Collect host-deploy bundle from the engine)

2018-04-08 Thread Edward Haas
This should fix the problem: https://gerrit.ovirt.org/#/c/89950/
It is not that nice solution, but it is the best I can do for now.

On Sun, Apr 8, 2018 at 3:50 PM, Edward Haas  wrote:

> Still investigating, but looks like a problem with pytest and global
> variable usage.
> The attempts to clean the python cache did not solve the problem on CI,
> checking it locally.
>
> Will update.
>
> On Sun, Apr 8, 2018 at 3:47 PM, Eyal Edri  wrote:
>
>> I think its known issue from the network suite cleanup.
>> Eddy/Gal - any updates on it?
>>
>> On Sun, Apr 8, 2018 at 3:29 PM, Yedidyah Bar David 
>> wrote:
>>
>>> On Thu, Apr 5, 2018 at 12:50 PM, Code Review  wrote:
>>> > From Jenkins CI:
>>> >
>>> > Jenkins CI has posted comments on this change.
>>> >
>>> > Change subject: Collect host-deploy bundle from the engine
>>> > ..
>>> >
>>> >
>>> > Patch Set 14: Continuous-Integration-1
>>> >
>>> > Build Failed
>>> >
>>> > http://jenkins.ovirt.org/job/ovirt-system-tests_master_check
>>> -patch-el7-x86_64/4955/ : FAILURE
>>>
>>> 09:46:48  ERRORS
>>> 
>>> 09:46:48  ERROR at setup of
>>> test_set_mac_pool_duplicate_macs_from_true_to_false_while_dup_exists
>>> 09:46:48 file /home/jenkins/workspace/ovirt-
>>> system-tests_master_check-patch-el7-x86_64/ovirt-system-test
>>> s/network-suite-master/tests/test_mac_pools.py,
>>> line 66
>>> 09:46:48   def test_set_mac_pool_duplicate_ma
>>> cs_from_true_to_false_while_dup_exists(
>>> 09:46:48 E   fixture 'default_storage_domain' not found
>>> 09:46:48 >   available fixtures: cache, capfd, capfdbinary,
>>> caplog, capsys, capsysbinary, cluster_0, doctest_namespace,
>>> host_1_in_cluster_0, monkeypatch, pytestconfig, record_property,
>>> record_xml_attribute, record_xml_property, recwarn, tmpdir,
>>> tmpdir_factory
>>> 09:46:48 >   use 'pytest --fixtures [testpath]' for help on them.
>>> 09:46:48
>>> 09:46:48 /home/jenkins/workspace/ovirt-system-tests_master_check-patc
>>> h-el7-x86_64/ovirt-system-tests/network-suite-master/tests/t
>>> est_mac_pools.py:66
>>> 09:46:48 _ ERROR at setup of
>>> test_assign_vnic_with_full_mac_pool_capacity_fails _
>>> 09:46:48 file /home/jenkins/workspace/ovirt-
>>> system-tests_master_check-patch-el7-x86_64/ovirt-system-test
>>> s/network-suite-master/tests/test_mac_pools.py,
>>> line 87
>>> 09:46:48   def test_assign_vnic_with_full_mac_pool_capacity_fails(
>>> 09:46:48 E   fixture 'default_storage_domain' not found
>>> 09:46:48 >   available fixtures: cache, capfd, capfdbinary,
>>> caplog, capsys, capsysbinary, cluster_0, doctest_namespace,
>>> host_1_in_cluster_0, monkeypatch, pytestconfig, record_property,
>>> record_xml_attribute, record_xml_property, recwarn, tmpdir,
>>> tmpdir_factory
>>> 09:46:48 >   use 'pytest --fixtures [testpath]' for help on them.
>>> 09:46:48
>>> 09:46:48 /home/jenkins/workspace/ovirt-system-tests_master_check-patc
>>> h-el7-x86_64/ovirt-system-tests/network-suite-master/tests/t
>>> est_mac_pools.py:87
>>>
>>> and a few similar ones later on.
>>>
>>> Any clue?
>>>
>>> >
>>> > http://jenkins.ovirt.org/job/ovirt-system-tests_standard-che
>>> ck-patch/77/ : FAILURE
>>> >
>>> > --
>>> > To view, visit https://gerrit.ovirt.org/88925
>>> > To unsubscribe, visit https://gerrit.ovirt.org/settings
>>> >
>>> > Gerrit-Project: ovirt-system-tests
>>> > Gerrit-Branch: master
>>> > Gerrit-MessageType: comment
>>> > Gerrit-Change-Id: I8af18a3eded4aea4518cb0608e65c687081bce20
>>> > Gerrit-Change-Number: 88925
>>> > Gerrit-PatchSet: 14
>>> > Gerrit-Owner: Yedidyah Bar David 
>>> > Gerrit-Reviewer: Daniel Belenky 
>>> > Gerrit-Reviewer: Jenkins CI
>>> > Gerrit-Reviewer: Sandro Bonazzola 
>>> > Gerrit-Reviewer: Yedidyah Bar David 
>>> > Gerrit-Comment-Date: Thu, 05 Apr 2018 09:50:03 +
>>> > Gerrit-HasComments: No
>>>
>>>
>>>
>>> --
>>> Didi
>>> ___
>>> Infra mailing list
>>> Infra@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/infra
>>>
>>
>>
>>
>> --
>>
>> Eyal edri
>>
>>
>> MANAGER
>>
>> RHV DevOps
>>
>> EMEA VIRTUALIZATION R
>>
>>
>> Red Hat EMEA 
>>  TRIED. TESTED. TRUSTED. 
>> phone: +972-9-7692018
>> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>>
>
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: fixture 'default_storage_domain' not found (was: Change in ovirt-system-tests[master]: Collect host-deploy bundle from the engine)

2018-04-08 Thread Edward Haas
Still investigating, but looks like a problem with pytest and global
variable usage.
The attempts to clean the python cache did not solve the problem on CI,
checking it locally.

Will update.

On Sun, Apr 8, 2018 at 3:47 PM, Eyal Edri  wrote:

> I think its known issue from the network suite cleanup.
> Eddy/Gal - any updates on it?
>
> On Sun, Apr 8, 2018 at 3:29 PM, Yedidyah Bar David 
> wrote:
>
>> On Thu, Apr 5, 2018 at 12:50 PM, Code Review  wrote:
>> > From Jenkins CI:
>> >
>> > Jenkins CI has posted comments on this change.
>> >
>> > Change subject: Collect host-deploy bundle from the engine
>> > ..
>> >
>> >
>> > Patch Set 14: Continuous-Integration-1
>> >
>> > Build Failed
>> >
>> > http://jenkins.ovirt.org/job/ovirt-system-tests_master_check
>> -patch-el7-x86_64/4955/ : FAILURE
>>
>> 09:46:48  ERRORS
>> 
>> 09:46:48  ERROR at setup of
>> test_set_mac_pool_duplicate_macs_from_true_to_false_while_dup_exists
>> 09:46:48 file /home/jenkins/workspace/ovirt-
>> system-tests_master_check-patch-el7-x86_64/ovirt-system-test
>> s/network-suite-master/tests/test_mac_pools.py,
>> line 66
>> 09:46:48   def test_set_mac_pool_duplicate_ma
>> cs_from_true_to_false_while_dup_exists(
>> 09:46:48 E   fixture 'default_storage_domain' not found
>> 09:46:48 >   available fixtures: cache, capfd, capfdbinary,
>> caplog, capsys, capsysbinary, cluster_0, doctest_namespace,
>> host_1_in_cluster_0, monkeypatch, pytestconfig, record_property,
>> record_xml_attribute, record_xml_property, recwarn, tmpdir,
>> tmpdir_factory
>> 09:46:48 >   use 'pytest --fixtures [testpath]' for help on them.
>> 09:46:48
>> 09:46:48 /home/jenkins/workspace/ovirt-system-tests_master_check-patc
>> h-el7-x86_64/ovirt-system-tests/network-suite-master/tests/
>> test_mac_pools.py:66
>> 09:46:48 _ ERROR at setup of
>> test_assign_vnic_with_full_mac_pool_capacity_fails _
>> 09:46:48 file /home/jenkins/workspace/ovirt-
>> system-tests_master_check-patch-el7-x86_64/ovirt-system-test
>> s/network-suite-master/tests/test_mac_pools.py,
>> line 87
>> 09:46:48   def test_assign_vnic_with_full_mac_pool_capacity_fails(
>> 09:46:48 E   fixture 'default_storage_domain' not found
>> 09:46:48 >   available fixtures: cache, capfd, capfdbinary,
>> caplog, capsys, capsysbinary, cluster_0, doctest_namespace,
>> host_1_in_cluster_0, monkeypatch, pytestconfig, record_property,
>> record_xml_attribute, record_xml_property, recwarn, tmpdir,
>> tmpdir_factory
>> 09:46:48 >   use 'pytest --fixtures [testpath]' for help on them.
>> 09:46:48
>> 09:46:48 /home/jenkins/workspace/ovirt-system-tests_master_check-patc
>> h-el7-x86_64/ovirt-system-tests/network-suite-master/tests/
>> test_mac_pools.py:87
>>
>> and a few similar ones later on.
>>
>> Any clue?
>>
>> >
>> > http://jenkins.ovirt.org/job/ovirt-system-tests_standard-che
>> ck-patch/77/ : FAILURE
>> >
>> > --
>> > To view, visit https://gerrit.ovirt.org/88925
>> > To unsubscribe, visit https://gerrit.ovirt.org/settings
>> >
>> > Gerrit-Project: ovirt-system-tests
>> > Gerrit-Branch: master
>> > Gerrit-MessageType: comment
>> > Gerrit-Change-Id: I8af18a3eded4aea4518cb0608e65c687081bce20
>> > Gerrit-Change-Number: 88925
>> > Gerrit-PatchSet: 14
>> > Gerrit-Owner: Yedidyah Bar David 
>> > Gerrit-Reviewer: Daniel Belenky 
>> > Gerrit-Reviewer: Jenkins CI
>> > Gerrit-Reviewer: Sandro Bonazzola 
>> > Gerrit-Reviewer: Yedidyah Bar David 
>> > Gerrit-Comment-Date: Thu, 05 Apr 2018 09:50:03 +
>> > Gerrit-HasComments: No
>>
>>
>>
>> --
>> Didi
>> ___
>> Infra mailing list
>> Infra@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>
>
>
> --
>
> Eyal edri
>
>
> MANAGER
>
> RHV DevOps
>
> EMEA VIRTUALIZATION R
>
>
> Red Hat EMEA 
>  TRIED. TESTED. TRUSTED. 
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: fixture 'default_storage_domain' not found (was: Change in ovirt-system-tests[master]: Collect host-deploy bundle from the engine)

2018-04-08 Thread Eyal Edri
I think its known issue from the network suite cleanup.
Eddy/Gal - any updates on it?

On Sun, Apr 8, 2018 at 3:29 PM, Yedidyah Bar David  wrote:

> On Thu, Apr 5, 2018 at 12:50 PM, Code Review  wrote:
> > From Jenkins CI:
> >
> > Jenkins CI has posted comments on this change.
> >
> > Change subject: Collect host-deploy bundle from the engine
> > ..
> >
> >
> > Patch Set 14: Continuous-Integration-1
> >
> > Build Failed
> >
> > http://jenkins.ovirt.org/job/ovirt-system-tests_master_
> check-patch-el7-x86_64/4955/ : FAILURE
>
> 09:46:48  ERRORS
> 
> 09:46:48  ERROR at setup of
> test_set_mac_pool_duplicate_macs_from_true_to_false_while_dup_exists
> 09:46:48 file /home/jenkins/workspace/ovirt-system-tests_master_check-
> patch-el7-x86_64/ovirt-system-tests/network-suite-master/
> tests/test_mac_pools.py,
> line 66
> 09:46:48   def test_set_mac_pool_duplicate_macs_from_true_to_false_while_
> dup_exists(
> 09:46:48 E   fixture 'default_storage_domain' not found
> 09:46:48 >   available fixtures: cache, capfd, capfdbinary,
> caplog, capsys, capsysbinary, cluster_0, doctest_namespace,
> host_1_in_cluster_0, monkeypatch, pytestconfig, record_property,
> record_xml_attribute, record_xml_property, recwarn, tmpdir,
> tmpdir_factory
> 09:46:48 >   use 'pytest --fixtures [testpath]' for help on them.
> 09:46:48
> 09:46:48 /home/jenkins/workspace/ovirt-system-tests_master_check-
> patch-el7-x86_64/ovirt-system-tests/network-suite-master/
> tests/test_mac_pools.py:66
> 09:46:48 _ ERROR at setup of
> test_assign_vnic_with_full_mac_pool_capacity_fails _
> 09:46:48 file /home/jenkins/workspace/ovirt-system-tests_master_check-
> patch-el7-x86_64/ovirt-system-tests/network-suite-master/
> tests/test_mac_pools.py,
> line 87
> 09:46:48   def test_assign_vnic_with_full_mac_pool_capacity_fails(
> 09:46:48 E   fixture 'default_storage_domain' not found
> 09:46:48 >   available fixtures: cache, capfd, capfdbinary,
> caplog, capsys, capsysbinary, cluster_0, doctest_namespace,
> host_1_in_cluster_0, monkeypatch, pytestconfig, record_property,
> record_xml_attribute, record_xml_property, recwarn, tmpdir,
> tmpdir_factory
> 09:46:48 >   use 'pytest --fixtures [testpath]' for help on them.
> 09:46:48
> 09:46:48 /home/jenkins/workspace/ovirt-system-tests_master_check-
> patch-el7-x86_64/ovirt-system-tests/network-suite-master/
> tests/test_mac_pools.py:87
>
> and a few similar ones later on.
>
> Any clue?
>
> >
> > http://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/77/
> : FAILURE
> >
> > --
> > To view, visit https://gerrit.ovirt.org/88925
> > To unsubscribe, visit https://gerrit.ovirt.org/settings
> >
> > Gerrit-Project: ovirt-system-tests
> > Gerrit-Branch: master
> > Gerrit-MessageType: comment
> > Gerrit-Change-Id: I8af18a3eded4aea4518cb0608e65c687081bce20
> > Gerrit-Change-Number: 88925
> > Gerrit-PatchSet: 14
> > Gerrit-Owner: Yedidyah Bar David 
> > Gerrit-Reviewer: Daniel Belenky 
> > Gerrit-Reviewer: Jenkins CI
> > Gerrit-Reviewer: Sandro Bonazzola 
> > Gerrit-Reviewer: Yedidyah Bar David 
> > Gerrit-Comment-Date: Thu, 05 Apr 2018 09:50:03 +
> > Gerrit-HasComments: No
>
>
>
> --
> Didi
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>



-- 

Eyal edri


MANAGER

RHV DevOps

EMEA VIRTUALIZATION R


Red Hat EMEA 
 TRIED. TESTED. TRUSTED. 
phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra