Skip to content

Commit

Permalink
Prep for Perf Tests - BNE column
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 22, 2024
1 parent 80415a1 commit ac4fc3c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Regression_Tests/TestDataTable-API_requests.robot
Original file line number Diff line number Diff line change
Expand Up @@ -353,18 +353,18 @@ Prep for Perf Tests
${Table}= Set Variable TT20
${Col 1}= Set Variable GC_20k
${Col 2}= Set Variable BNE_20k
${filedata}= Get File ${CURDIR}${/}testdata${/}GC_5k.csv
${filedata}= Get File ${CURDIR}${/}testdata${/}${Col 1}.csv
@{filelines}= Split To Lines ${filedata}
FOR ${line} IN @{filelines}
# ${resp}= POST On Session TDT /${Table}/row {"${Col 1}":"${line}"} expected_status=201
${resp}= PUT On Session TDT /${Table}/${Col 1}/${line} expected_status=201
END
# ${filedata}= Get File ${CURDIR}${/}testdata${/}${Col 2}.csv
# @{filelines}= Split To Lines ${filedata}
# FOR ${line} IN @{filelines}
# # ${resp}= POST On Session TDT /${Table}/row {"${Col 1}":"${line}"} expected_status=201
# ${resp}= PUT On Session TDT /${Table}/${Col 2}/${line} expected_status=201
# END
${filedata}= Get File ${CURDIR}${/}testdata${/}${Col 2}.csv
@{filelines}= Split To Lines ${filedata}
FOR ${line} IN @{filelines}
# ${resp}= POST On Session TDT /${Table}/row {"${Col 1}":"${line}"} expected_status=201
${resp}= PUT On Session TDT /${Table}/${Col 2}/${line} expected_status=201
END

*** Keywords ***
Connect to TDT
Expand Down

0 comments on commit ac4fc3c

Please sign in to comment.