dragonflow/dragonflow/tests/unit
Shachar Snapiri 4d9f18dd04 Fix floatingip tests that were broken by neutron
Floating IP tests were broken by https://review.openstack.org/#/c/521707/
as the notation of attribute access was modified from 'get' notation to
'[]' notation, so if we do not set the attributes, an exception is
thrown and fails the test.
Just added the relevant attributes with 'None' value.

Change-Id: Ifda93cf8a4c5ebd49e4d9da2be0974d83564f5dd
2017-12-14 08:43:11 +02:00
..
__init__.py Enable Env for DragonFlow Unit Testing 2015-04-29 10:58:37 +03:00
_test_l3.py [03/xx] Remove update_lport and cache all ports 2017-08-14 16:19:26 +03:00
test_api_nb.py Don't send a value in delete pubsub event 2017-08-08 15:19:41 +03:00
test_app_base.py OvsPorts: Rename vm type ports to compute 2017-12-10 14:28:21 +02:00
test_chassis_snat_app.py Change DNAT to rely on Provider app for bridge access 2017-08-31 17:06:44 +03:00
test_classifier_app.py OvsPorts: Rename vm type ports to compute 2017-12-10 14:28:21 +02:00
test_common.py Move common code from SG app to utils 2017-04-05 10:37:00 +03:00
test_cookies.py Refactor Aging application 2017-06-18 06:16:01 +00:00
test_db_api.py Add an in-memory NB database driver 2017-09-06 15:31:39 +03:00
test_db_store.py Clear db_store by calling clear method 2017-09-06 15:31:38 +03:00
test_df_bgp_service.py Introduce Sync facility 2017-06-29 18:28:15 +03:00
test_df_local_controller.py [03/xx] Remove update_lport and cache all ports 2017-08-14 16:19:26 +03:00
test_df_qos_driver.py Gate fix: Correct expected revision number 2017-06-27 10:07:36 +03:00
test_dhcp_app.py Response to dhcp packets with lport MAC 2017-12-03 12:48:11 +00:00
test_dhcp_module.py DHCP port per network 2017-11-14 12:33:40 +02:00
test_dispatcher.py [04/xx] Dispatcher to hold apps by name 2017-08-14 17:04:32 +03:00
test_dnat_app.py Fix exceptions occuring in the DNAT log 2017-11-15 10:54:19 +02:00
test_fc_app.py [04/xx] Dispatcher to hold apps by name 2017-08-14 17:04:32 +03:00
test_fc_driver.py [02/xx] Add SFC drivers to Dragonflow 2017-07-18 13:06:04 +03:00
test_l2_app.py [04/xx] Dispatcher to hold apps by name 2017-08-14 17:04:32 +03:00
test_l3_app.py Add docstrings to L3 apps 2017-09-26 09:44:16 +03:00
test_l3_proactive_app.py Add support for multiple/no L3 addresses on port 2017-11-13 14:41:53 +00:00
test_l3_router_plugin.py Fix floatingip tests that were broken by neutron 2017-12-14 08:43:11 +02:00
test_legacy_snat.py [04/xx] Dispatcher to hold apps by name 2017-08-14 17:04:32 +03:00
test_logical_networks.py Remove ofport attribute from LogicalPort 2017-07-23 17:28:27 +03:00
test_mech_driver.py DHCP port per network 2017-11-14 12:33:40 +02:00
test_metadata_service_app.py [04/xx] Dispatcher to hold apps by name 2017-08-14 17:04:32 +03:00
test_migration_app.py [01/xx] Introduce bind/unbind port events 2017-08-11 14:05:41 +03:00
test_model_fields.py Merge "[02/xx] Add SFC drivers to Dragonflow" 2017-07-19 12:42:16 +00:00
test_model_framework.py Add JsonSchema printer 2017-12-05 17:47:42 +02:00
test_model_proxy.py model proxy: Throw custom exception when model not cached 2017-08-22 09:05:48 +03:00
test_nb_api_neutron_notifier.py use neutron notifier correctly 2017-09-07 09:14:37 +00:00
test_ovsdb_monitor.py OvsPorts: Rename vm type ports to compute 2017-12-10 14:28:21 +02:00
test_portbinding_app.py support admin-state of port 2017-10-17 14:13:19 +00:00
test_provider_net_app.py [04/xx] Dispatcher to hold apps by name 2017-08-14 17:04:32 +03:00
test_qos_models.py Call super() in validate() of QosPolicyRule 2017-07-18 12:57:12 +03:00
test_radix_tree.py [03/12] Introduce initial version of the new DbStore 2017-02-14 08:15:35 +02:00
test_rate_limiter.py Fix order of arguments in assertEqual 2016-11-25 15:23:58 +08:00
test_redis_db.py Fix error in redis unit test. 2017-03-23 08:46:55 +00:00
test_redis_pubsub.py remove useless code in redis pubsub ut 2016-11-24 12:21:40 +00:00
test_ryu_base_app.py [04/xx] Dispatcher to hold apps by name 2017-08-14 17:04:32 +03:00
test_service.py Added support for service status reporting 2017-05-20 05:56:19 +00:00
test_sfc_app.py [04/xx] Dispatcher to hold apps by name 2017-08-14 17:04:32 +03:00
test_sfc_driver.py [02/xx] Add SFC drivers to Dragonflow 2017-07-18 13:06:04 +03:00
test_sfc_models.py [02/xx] Add SFC drivers to Dragonflow 2017-07-18 13:06:04 +03:00
test_sg_app.py [04/xx] Dispatcher to hold apps by name 2017-08-14 17:04:32 +03:00
test_sync.py Move with_nb and with_local_objects to utils module 2017-07-04 09:47:46 +03:00
test_topology.py Topology: remove local cache of OVS ports 2017-12-09 19:24:10 +02:00
test_trunk_app.py Remove binding on trunk subports 2017-08-25 12:39:11 +00:00
test_trunk_driver.py Change Df trunk driver name 2017-09-05 11:57:28 +03:00
test_tunneling_app.py [04/xx] Dispatcher to hold apps by name 2017-08-14 17:04:32 +03:00
test_zmq_pubsub.py Move publish logic outside specific drivers 2017-05-21 17:56:34 +03:00