Skip to content

Commit

Permalink
[o365] Add system tests (elastic#1119)
Browse files Browse the repository at this point in the history
* Add system tests

* Remove error mapping
  • Loading branch information
marc-gr authored and james-elastic committed Jun 30, 2021
1 parent 844d5c7 commit b89df22
Show file tree
Hide file tree
Showing 65 changed files with 42,173 additions and 2,096 deletions.
240 changes: 240 additions & 0 deletions packages/o365/_dev/deploy/docker/config.yml

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions packages/o365/_dev/deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
version: '2.3'
services:
o365:
image: alpine
image: docker.elastic.co/observability/stream:v0.5.0
ports:
- 8080
environment:
PORT: "8080"
volumes:
- ./sample_logs:/sample_logs:ro
- ${SERVICE_LOGS_DIR}:/var/log
command: /bin/sh -c "cp /sample_logs/* /var/log/"
- ./config.yml:/config.yml
command:
- http-server
- --addr=:8080
- --config=/config.yml
100 changes: 0 additions & 100 deletions packages/o365/_dev/deploy/docker/sample_logs/01-exchange-admin.log

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b89df22

Please sign in to comment.