Use buckBuild in startBasicOnos function

Change-Id: I4243dbd2979ab2f8fabb90572238f68a8e2e5a60
diff --git a/TestON/drivers/common/cli/onosdriver.py b/TestON/drivers/common/cli/onosdriver.py
index d46e99a..1c258a1 100755
--- a/TestON/drivers/common/cli/onosdriver.py
+++ b/TestON/drivers/common/cli/onosdriver.py
@@ -2425,11 +2425,9 @@
         except Exception:
             main.log.exception( "Uncaught exception" )
 
-    def startBasicONOS(self, nodeList, opSleep = 60, onosStartupSleep = 60):
-
+    def startBasicONOS( self, nodeList, opSleep=60, onosStartupSleep=60 ):
         '''
         Start onos cluster with defined nodes, but only with drivers app
-
         '''
         import time
 
@@ -2444,7 +2442,7 @@
         verifyResult = self.verifyCell()
 
         main.log.info( self.name + ": Creating ONOS package" )
-        packageResult = self.onosPackage( opTimeout=opSleep )
+        packageResult = self.buckBuild( timeout=opSleep )
 
         main.log.info( self.name + ": Installing ONOS package" )
         for nd in nodeList: