Configure the ovs switch/bridge based on the olt host port configuration in olt_config.json
Also account for this fact in the tests relying on ovsbr0 if ovs was running locally.
Change eval script hacks for ovsbr0 as it isn't required with the new changes to pick up switch from the config file.

Change-Id: I1b85eeea6bce822352711eeaaab5e5a01bc3938b
diff --git a/src/test/vrouter/vrouterTest.py b/src/test/vrouter/vrouterTest.py
index 8e602ee..89f11fc 100644
--- a/src/test/vrouter/vrouterTest.py
+++ b/src/test/vrouter/vrouterTest.py
@@ -41,7 +41,7 @@
 class vrouter_exchange(unittest.TestCase):
 
     apps = ('org.onosproject.vrouter', 'org.onosproject.fwd')
-    device_id = 'of:' + get_mac('ovsbr0')
+    device_id = 'of:' + get_mac()
     vrouter_device_dict = { "devices" : {
                 "{}".format(device_id) : {
                     "basic" : {