automation: aap testcase fails while verifying vrrp action

Bug #1737018 reported by Sudheendra Rao
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R4.1
Fix Committed
High
Ganesha HV
Trunk
Fix Committed
High
Ganesha HV

Bug Description

aap testcase fails while verifying the vrrp action during sanity.

TC is: test_aap_with_fip

2017-12-07 09:41:30,726 - DEBUG - Response for deleting network () 2017-12-07 09:41:36,090 - ERROR - Python 2.7.6: /usr/bin/python Thu Dec 7 09:41:20 2017 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /contrail-test/tcutils/wrappers.py in wrapper(self=, *args=(), **kwargs={}) 76 log.info('Initial checks done. Running the testcase now') 77 log.info('') 78 result = function(self, *args, **kwargs) 79 except KeyboardInterrupt: 80 raise result = None function = self = args = () kwargs = {} /contrail-test/scripts/neutron/test_ports.py in test_aap_with_fip(self=) 862 vm2_fixture.wait_for_ssh_on_vm() 863 vm_test_fixture.wait_till_vm_is_up() 864 assert self.vrrp_mas_chk(vm1_fixture, vn1_fixture, vIP, vsrx=True) 865 assert self.verify_vrrp_action( 866 vm_test_fixture, vm1_fixture, vIP, vsrx=True) self = self.vrrp_mas_chk = > vm1_fixture = vn1_fixture = vIP = '167.128.228.10' vsrx undefined builtinTrue = True : __class__ = __delattr__ = __dict__ = {} __doc__ = 'Assertion failed.' __format__ = __getattribute__ = __getitem__ = __getslice__ = __hash__ = __init__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __unicode__ = args = () message = '' The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "tcutils/wrappers.py", line 78, in wrapper result = function(self, *args, **kwargs) File "scripts/neutron/test_ports.py", line 864, in test_aap_with_fip assert self.vrrp_mas_chk(vm1_fixture, vn1_fixture, vIP, vsrx=True) AssertionError

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/38345
Submitter: Ganesha HV (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/38346
Submitter: Ganesha HV (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/38345
Submitter: Ganesha HV (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/38346
Submitter: Ganesha HV (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/38345
Submitter: Ganesha HV (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/38346
Submitter: Ganesha HV (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/38345
Submitter: Ganesha HV (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/38346
Submitter: Ganesha HV (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/38345
Submitter: Ganesha HV (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/38346
Submitter: Ganesha HV (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/38346
Committed: http://github.com/Juniper/contrail-test-ci/commit/4e4fdcfd8fad1666f02df02ab2da9d7765f5e2e3
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit 4e4fdcfd8fad1666f02df02ab2da9d7765f5e2e3
Author: Ganesha HV <email address hidden>
Date: Fri Dec 15 00:49:56 2017 +0530

Adding infra for BGPaaS scripts.

1]. Modified the netconf infra to avoid using public_vn. Instead we will
launch a ubuntu-traffic VM with netconf installed and use it to
configure vSRXs. Eliminates the need to use netconf over public VN.
2]. Added the right base.py file.
3]. Adding the correct fixture.
4]. Specified the flavor for ubuntu-traffic images.
5]. Adressed review comments.
Change-Id: I9225c9fa56455b4008f1c8fbcfd1c3e88923137c
Closes-Bug: #1737018

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/38345
Committed: http://github.com/Juniper/contrail-test-ci/commit/3d0cc817d906be19ed089ce016d370e039046181
Submitter: Zuul (<email address hidden>)
Branch: master

commit 3d0cc817d906be19ed089ce016d370e039046181
Author: Ganesha HV <email address hidden>
Date: Fri Dec 15 00:49:56 2017 +0530

Adding infra for BGPaaS scripts.

1]. Modified the netconf infra to avoid using public_vn. Instead we will
launch a ubuntu-traffic VM with netconf installed and use it to
configure vSRXs. Eliminates the need to use netconf over public VN.
2]. Added the right base.py file.
3]. Adding the correct fixture.
4]. Specified the flavor for ubuntu-traffic images.
5]. Adressed review comments.
Change-Id: I9225c9fa56455b4008f1c8fbcfd1c3e88923137c
Closes-Bug: #1737018

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/40095
Submitter: Ankit Jain (<email address hidden>)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.