Add stuffs to provision quagga in cord-tester
diff --git a/src/test/setup/quagga-config/testrib.conf b/src/test/setup/quagga-config/testrib.conf
new file mode 100644
index 0000000..96c2b85
--- /dev/null
+++ b/src/test/setup/quagga-config/testrib.conf
@@ -0,0 +1,54 @@
+!
+! Zebra configuration saved from vty
+!   2007/04/01 17:46:48
+!
+password zebra
+log stdout
+service advanced-vty
+!
+debug zebra rib
+debug zebra kernel
+debug zebra fpm
+!
+!interface eth1
+! ip address 10.10.0.1/16
+
+! statics that should be subsumed by connected routes, according to interface
+! state
+ip route 50.10.0.0/24 172.17.0.4
+ip route 50.10.0.0/24 172.17.0.3
+ip route 50.10.0.0/24 172.17.0.2
+ip route 60.10.0.0/24 172.17.0.4
+ip route 60.10.0.0/24 172.17.0.3
+ip route 70.10.0.0/24 172.17.0.4
+ip route 70.10.0.0/24 172.17.0.3
+ip route 80.10.0.0/24 172.17.0.4
+ip route 80.10.0.0/24 172.17.0.3
+ip route 90.10.0.0/24 172.17.0.4
+ip route 90.10.0.0/24 172.17.0.3
+ip route 100.10.0.0/24 172.17.0.4
+ip route 100.10.0.0/24 172.17.0.3
+ip route 120.10.0.0/24 172.17.0.4
+ip route 120.10.0.0/24 172.17.0.3
+ip route 10.10.0.19/24 172.17.0.5
+ip route 10.10.0.19/24 172.17.0.4
+ip route 10.10.0.19/24 172.17.0.3
+ip route 50.10.0.0/24 172.17.0.6
+ip route 50.10.0.0/24 172.17.0.3
+ip route 50.10.0.0/24 172.17.0.2
+ip route 50.10.0.0/24 172.17.0.4
+ip route 60.10.0.0/24 172.17.0.7
+ip route 60.10.0.0/24 172.17.0.3
+ip route 60.10.0.0/24 172.17.0.4
+ip route 70.10.0.0/24 172.17.0.1
+ip route 70.10.0.0/24 172.17.0.3
+ip route 70.10.0.0/24 172.17.0.2
+ip route 80.10.0.0/24 172.17.0.2
+ip route 80.10.0.0/24 172.17.0.3
+ip route 80.10.0.0/24 172.17.0.4
+ip route 90.10.0.0/24 172.17.0.3
+ip route 90.10.0.0/24 172.17.0.2
+ip route 90.10.0.0/24 172.17.0.4
+line vty
+ exec-timeout 0 0
+!