Fix no attribute 'is_dvr_router' error in test_l3_agent_scheduler

cls.is_dvr_router attribute is invalid in the case which result of the
is_extension_enabled() called in resource_setup() is false.
This patch fixes it.

Closes-bug: #1465623
Change-Id: If3e9f80991b2675b4700c7cdc80b5689b444d40b
diff --git a/tempest/api/network/admin/test_l3_agent_scheduler.py b/tempest/api/network/admin/test_l3_agent_scheduler.py
index 2ff8897..38d68c2 100644
--- a/tempest/api/network/admin/test_l3_agent_scheduler.py
+++ b/tempest/api/network/admin/test_l3_agent_scheduler.py
@@ -27,6 +27,7 @@
 
 class L3AgentSchedulerTestJSON(base.BaseAdminNetworkTest):
     _agent_mode = 'legacy'
+    is_dvr_router = False
 
     """
     Tests the following operations in the Neutron API using the REST client for