gerrit: mark file reviewed during testing

Marking a file as "reviewed" will update the accountPatchDb database
and test the mariadb connection.

Change-Id: Ifaee5981e0977d7d1135275e7d8a0790075f670b
This commit is contained in:
Ian Wienand 2021-11-05 10:05:33 +11:00
parent 88c984694e
commit 75e160180b

View File

@ -252,6 +252,14 @@
- 2
- 3
- name: Post a file review to confirm accountPatchDb connection
uri:
url: 'http://localhost:8081/a/changes/y%2Ftestproject~1/revisions/1/files/file-1.txt/reviewed'
method: PUT
user: admin
password: secret
status_code: 201
- name: Run selenium container
include_role:
name: run-selenium