Alex Kang 401bbda251 [Tempest]: dns-search-domain scenario/negative tests
1. Validate that dns-search-domain work with different type of
   routers and can be resolved or not depending on valid
   dns_search_domain set or not.

   a. valid search-domain defined at CONF.network.dns_search_domain
      dns_search_domain can be resolved.
   b. subnet without dns-search-domain set
      host in CONF.network.host_in_dns_search_domain
      cannot be resolved.
   c. host in_dns_search_domain_cannot be resolved if
      dns_search_domain does not contains the
      host_in_dns_search_domain

2. Fixed other tests along with this patch due to upstream
   tempest config attr tenant_networks_x changed to
   project_networks_x, and network client is splited into
   networks/subnets/routers/ports/security_groups and
   security_group_rules clients.

3. lbaasv2 test_create_pool_invalid_tenant_id is being
   resolved. Remove skip_because bug.

Change-Id: I8c758f7f55c4e5eb79379764b3e19dfc442471ff
2016-04-21 21:11:17 -07:00
..

Placeholder for nsxv neutron plugin specific API tests.