From: Luis Gomez Date: Thu, 4 Sep 2014 21:17:17 +0000 (+0000) Subject: Merge "Renamed populate.py to crud.py Fixed method call name change Signed-off-by... X-Git-Tag: release/helium~35 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=d19bee61d7690144f005d46a8bcb58c590365952;hp=c23de530cdad57dfa89d94f2245edd99aac3a1ae;p=integration%2Ftest.git Merge "Renamed populate.py to crud.py Fixed method call name change Signed-off-by: Basheeruddin Ahmed " --- diff --git a/test/tools/odl-mdsal-clustering-tests/clustering-functional-test/populate.py b/test/tools/odl-mdsal-clustering-tests/clustering-functional-test/crud.py similarity index 97% rename from test/tools/odl-mdsal-clustering-tests/clustering-functional-test/populate.py rename to test/tools/odl-mdsal-clustering-tests/clustering-functional-test/crud.py index 81ae1df9ef..08f0d421ab 100644 --- a/test/tools/odl-mdsal-clustering-tests/clustering-functional-test/populate.py +++ b/test/tools/odl-mdsal-clustering-tests/clustering-functional-test/crud.py @@ -107,7 +107,7 @@ def addCarPerson(numberOfCarPersons): print(resp) print("getting the car_persons for verification") - resp=getCarPersons(0) + resp=getCarPersonMappings(0) #TBD detailed validation @@ -135,7 +135,7 @@ def buyCar(numberOfCarBuyers): print(resp) print("getting the car_persons for verification") - resp=getCarPersons(0) + resp=getCarPersonMappings(0) # @@ -209,7 +209,7 @@ def options(): 'pass 0 if =gc or gp or gcp or dc or dp'\ - usageString = 'usage: populate \nwhere\n\t = ODL server ip address' \ + usageString = 'usage: python crud \nwhere\n\t = ODL server ip address' \ '\n\t = any of the following commands \n\t\t' usageString = usageString + command +param