Skip to content

Commit

Permalink
Pull in newer hms-test image
Browse files Browse the repository at this point in the history
Also have the tavern tests look in the correct directory.
  • Loading branch information
rsjostrand-hpe committed Jan 13, 2023
1 parent ab83b2c commit 0590398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.test.ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ services:
dockerfile: Dockerfile
depends_on:
- cray-bss
entrypoint: entrypoint.sh tavern -c /src/app/tavern_global_config_ct_test.yaml -p /src/app
entrypoint: entrypoint.sh tavern -c /src/app/tavern_global_config_ct_test.yaml -p /src/app/api
networks:
- bss

Expand Down
2 changes: 1 addition & 1 deletion test/ct/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

FROM artifactory.algol60.net/csm-docker/stable/hms-test:4.0.0
FROM artifactory.algol60.net/csm-docker/stable/hms-test:5.0.0

COPY smoke/ /src/app
COPY api/ /src/app/api
Expand Down

0 comments on commit 0590398

Please sign in to comment.