Skip to content

Commit

Permalink
Merge "Run vnc_openstack tests on any config change"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jul 31, 2016
2 parents 40f9a4e + 542f57d commit e35c80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci_unittests.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"controller/src/config/schema-transformer:test",
"controller/src/api-lib:test",
"controller/src/discovery:test",
"controller/src/config/api-server:test"
"controller/src/config/api-server:test",
"controller/src/config/vnc_openstack:test"
],
"misc_test_targets" : [ ]
},
Expand Down
1 change: 0 additions & 1 deletion src/config/vnc_openstack/vnc_openstack/tests/test_kvp.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ def test_post_project_create_default_sg(self):
proj_name = self.id()
test_case.get_keystone_client().tenants.add_tenant(proj_id, proj_name)
proj_obj = self._vnc_lib.project_read(id=proj_id)
self._vnc_lib.project_create(proj_obj)
sg_obj = self._vnc_lib.security_group_read(
fq_name=proj_obj.fq_name+['default'])
self._vnc_lib.security_group_delete(id=sg_obj.uuid)
Expand Down

0 comments on commit e35c80f

Please sign in to comment.