Add assumption for dvr tests
Add dvr_snat agent mode assumption for dvr related
scenario tests.
Closes-Bug: #1731857
Change-Id: I22455aa851e2878de54a6f83f900b417485122bb
diff --git a/neutron_tempest_plugin/config.py b/neutron_tempest_plugin/config.py
index d6db315..65282cf 100644
--- a/neutron_tempest_plugin/config.py
+++ b/neutron_tempest_plugin/config.py
@@ -43,6 +43,10 @@
help='Max number of networks per project. '
'Configure this only when project is limited with real '
'vlans in deployment.'),
+ cfg.StrOpt('l3_agent_mode',
+ help='The agent mode for L3 agents in the deployment. '
+ 'Configure this only when the single value is used by '
+ 'all agents in the deployment.'),
]
# TODO(amuller): Redo configuration options registration as part of the planned