Fix python3 cluster suites
[integration/test.git] / csit / suites / controller / Clustering_Datastore / carpeople_crud.robot
index bfcf1cedd9acf74c348bbc2d66b38be0c561e21b..d29d9564dad1001090423b88a86091baefad2ad2 100644 (file)
@@ -103,7 +103,7 @@ Setup
     CarPeople.Set_Variables_For_Shard    shard_name=car
     CarPeople.Set_Variables_For_Shard    shard_name=people
     CarPeople.Set_Variables_For_Shard    shard_name=car-people
-    ${follower_number} =    BuiltIn.Evaluate    ${CARPEOPLE_ITEMS} / ${NUM_ODL_SYSTEM}
+    ${follower_number} =    BuiltIn.Evaluate    ${CARPEOPLE_ITEMS} // ${NUM_ODL_SYSTEM}
     BuiltIn.Set_Suite_Variable    ${items_per_follower}    ${follower_number}
     ${leader_number} =    BuiltIn.Evaluate    ${CARPEOPLE_ITEMS} - (${NUM_ODL_SYSTEM} - 1) * ${follower_number}
     BuiltIn.Set_Suite_Variable    ${items_per_leader}    ${leader_number}