From 2151e91fd93e00e18f2ac5d3dd833989431323c7 Mon Sep 17 00:00:00 2001 From: Basheeruddin Ahmed Date: Fri, 29 Aug 2014 17:09:16 -0700 Subject: [PATCH] Renamed populate.py to crud.py Fixed method call name change Signed-off-by: Basheeruddin Ahmed --- .../clustering-functional-test/{populate.py => crud.py} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename test/tools/odl-mdsal-clustering-tests/clustering-functional-test/{populate.py => crud.py} (97%) 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 -- 2.36.6