Merge "Remove xfail in service broker negative tests"

This commit is contained in:
Jenkins 2016-02-10 21:40:26 +00:00 committed by Gerrit Code Review
commit dfd41aaa6c

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import unittest
from tempest import test
from tempest_lib import exceptions
@ -24,11 +22,6 @@ from murano_tempest_tests import utils
class ServiceBrokerNegativeTest(base.BaseServiceBrokerAdminTest):
# NOTE(freerunner): Tempest will fail with this test, because its
# _parse_resp function trying to parse a nullable JSON.
# https://review.openstack.org/#/c/260659/
# XFail until this one merged and tempest-lib released.
@unittest.expectedFailure
@test.attr(type=['gate', 'negative'])
def test_get_status_with_not_present_instance_id(self):
not_present_instance_id = utils.generate_uuid()