Skip to content

Commit

Permalink
test: update archivefiles tests for no group users
Browse files Browse the repository at this point in the history
The archivefiles service has been changed to returned different files for no group users and internal users.
  • Loading branch information
kan-fu committed Dec 2, 2023
1 parent f4976b6 commit d7b658e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/suites/09__archivefiles.robot
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ ${onc0} Make ONC with path output/09

1. Get list by location, 1 page
${result}= Run method getListByLocation with filters &{F_LOCATION1}
List ${result}[files] has exactly 15 rows
List ${result}[files] has at least 13 rows

2. Get list by location, 3 pages
${result}= Run method getListByLocation with &{F_LOCATION1} and parameter ${True}
List ${result}[files] has exactly 15 rows
List ${result}[files] has at least 13 rows

3. Get list by location, 1 page, filter by extension
${result}= Run method getListByLocation with filters &{F_LOCATIONFULL}
Expand Down Expand Up @@ -78,7 +78,7 @@ ${onc0} Make ONC with path output/09

12. Get list by location, 3 pages, return archiveLocations
${result}= Run method getListByLocation with &{F_LOC_RETURN1} and parameter ${True}
List ${result}[files] has exactly 15 rows
List ${result}[files] has at least 13 rows
First row in ${result}[files] has key "archiveLocation"

13. Get list by device, 3 pages, filter extension, return all metadata per sample
Expand Down

0 comments on commit d7b658e

Please sign in to comment.