Sync bmv2.py mininet files with onos branch.

Change-Id: I481ce415f88cbdfaaf7b6b060bc3f466e35ac86e
diff --git a/TestON/tests/USECASE/SegmentRouting/dependencies/Testcaselib.py b/TestON/tests/USECASE/SegmentRouting/dependencies/Testcaselib.py
index 313d9b6..687f915 100644
--- a/TestON/tests/USECASE/SegmentRouting/dependencies/Testcaselib.py
+++ b/TestON/tests/USECASE/SegmentRouting/dependencies/Testcaselib.py
@@ -64,7 +64,7 @@
             else:
                 main.useBmv2 = False
             main.configPath = main.path + ( "/.." if main.useCommonConf else "" ) + "/dependencies/"
-            main.bmv2Path = main.path + "/../dependencies/"
+            main.bmv2Path = "/tools/dev/mininet/"
             main.forJson = "json/"
             main.forChart = "chart/"
             main.forConfig = "conf/"
@@ -207,7 +207,7 @@
                                                                 "~/",
                                                                 direction="to" )
         copyResult = copyResult and main.ONOSbench.scp( main.Mininet1,
-                                                        main.bmv2Path + main.bmv2,
+                                                        main.ONOSbench.home + main.bmv2Path + main.bmv2,
                                                         main.Mininet1.home + "custom",
                                                         direction="to" )
         stepResult = copyResult