From 75e160180b2758388c736c724a31fa19dd252320 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 5 Nov 2021 10:05:33 +1100 Subject: [PATCH] gerrit: mark file reviewed during testing Marking a file as "reviewed" will update the accountPatchDb database and test the mariadb connection. Change-Id: Ifaee5981e0977d7d1135275e7d8a0790075f670b --- playbooks/test-review.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playbooks/test-review.yaml b/playbooks/test-review.yaml index 8632947833..a90dbdbf0f 100644 --- a/playbooks/test-review.yaml +++ b/playbooks/test-review.yaml @@ -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