Comment 14 for bug 1723234

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

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

commit b055b0fbff60b57f644af392152c7b0d94cbb2ef
Author: ankitja <email address hidden>
Date: Fri Oct 13 16:25:45 2017 +0530

Analytics resource class changes

Currently, setup_common_objects method in BaseResource class also creates the resources not required by the sanity test cases.
To solve this issue, a new class BaseSanityResource with its own setup_common_objects method having minimum resources should be inherited by BaseResource class.
With this change, setup_common_objects method of BaseSanityResource class gets called during sanity run, eliminating the need of creating an instance of BaseResource class.

Change-Id: Ib155776927a1d286b80a1eb640165e0823a280b1
Closes-bug: #1723234