vmware-nsx/vmware_nsx_tempest/services
Gary Kotton 85cf627540 Cleanup script: fix typo
Change-Id: I9977c2929f6171e59775efb07c2e4255149402ab
2016-05-10 19:45:09 -07:00
..
lbaas [Tempest]: initial lbaasv2 clients and API tests 2016-04-14 14:27:35 +00:00
__init__.py init release of vmware-nsx tempest tests in tempest external plugin 2016-01-21 10:02:00 -08:00
base_l2gw.py Tempest: Added L2GW API tests 2016-04-19 20:01:47 +00:00
l2_gateway_client.py Tempest: Adding l2gw test 2016-03-21 19:33:06 +00:00
l2_gateway_connection_client.py Tempest: fix broken tempest tests 2016-03-13 06:41:14 -07:00
load_balancer_v1_client.py Tempest: change tempest_lib to tempest.lib 2016-03-03 00:49:37 +00:00
network_client_base.py Tempest: fix broken tempest tests 2016-03-13 06:41:14 -07:00
nsxv3_client.py [Trivial] Remove unnecessary executable privilege 2016-04-29 23:41:45 +08:00
nsxv_client.py Cleanup script: fix typo 2016-05-10 19:45:09 -07:00
README.rst [Tempest]: initial lbaasv2 clients and API tests 2016-04-14 14:27:35 +00:00
utils.py init release of vmware-nsx tempest tests in tempest external plugin 2016-01-21 10:02:00 -08:00

This folder contains services for managing NSX-v, NSX-v3.

Services provided:

# Openstack tempest service clients l2_gateway_client.py based on tempest BaseNetworkClient implements client APIs to manage neutron l2-gateway resources

l2_gateway_connection_client.py

based on tempest BaseNetworkClient implements client APIs to manage neutron l2-gateway-connection resources

lbaas v2 clients: ported from neutron_lbaas to comply with tempest services.

lbaas/load_balancers_client.py lbaas/listeners_client.py lbaas/pools_client.py lbaas/health_monitorys_client.py lbaas/members_client.py

lbv1_client.py

based on tempest BaseNetworkClient implements client APIs to manage neutron v1 load-balancer resources

network_client_base.py

due to tempest network services are in the process of migrating to tempest-lib, some features to be used by tests are not in BaseNetworkClient. Inherent here and used by all vmware-nsx-tempest client for now.

# NSX speific services nsxv_client.py implements API to manage NSX-v components - Logical switch (Tenant network) - Edge (Service edge, DHCP edge, and VDR edge) - DFW firewall rules (Security group) - SpoofGuard

nsxv3_client.py implements API to manage NSX backend resources:
  • logical switch
  • firewall section
  • nsgroup
  • logical router