Skip to content

Commit

Permalink
ci: (squash me) test upload test
Browse files Browse the repository at this point in the history
  • Loading branch information
khys95 committed Aug 14, 2024
1 parent c08867f commit 578b7c8
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .ci/poolEndpoint.http
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,9 @@ Authorization: Basic {{user_name}} {{passwd}}
});
%}

### Migrate frontend file from pool_write to pool_res1
POST {{frontend-door}}{{endpoint}}{{migrations}}/copy
Content-Type: application/json
### Upload frontend file
PUT {{webdav-door}}/frontendReadMeFile
Authorization: Basic {{user_name}} {{passwd}}
Content-Type: application/octet-stream

{
"sourcePool": {{sourcePool}},
"targetPools": [{{targetPools}}]
}

> {%
client.test("Frontend file migration successful", function() {
client.assert(response.status === 201, "Migration not successful");
});
%}
< README.md

0 comments on commit 578b7c8

Please sign in to comment.