Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions hadoop-ozone/dist/src/main/compose/ozone/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ start_docker_env
execute_robot_test scm lib
execute_robot_test scm ozone-lib

execute_robot_test om auditparser

execute_robot_test scm basic

execute_robot_test scm gdpr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export COMPOSE_DIR
export SECURITY_ENABLED=true
export OM_SERVICE_ID=omservice
export SCM=scm1.org
export OM=om1
export COMPOSE_FILE=docker-compose.yaml:debug-tools.yaml
export OZONE_DIR=/opt/hadoop

Expand All @@ -50,6 +51,10 @@ source "$COMPOSE_DIR/../testlib.sh"

start_docker_env

execute_robot_test ${OM} kinit.robot

execute_robot_test ${OM} debug/auditparser.robot

execute_robot_test ${SCM} kinit.robot

source "$COMPOSE_DIR/../common/replicas-test.sh"
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ ${auditworkdir} /tmp

*** Keywords ***
Set username
${hostname} = Execute hostname
Set Suite Variable ${user} testuser/${hostname}@EXAMPLE.COM
[return] ${user}
${principal} = Get test user principal testuser
Set Suite Variable ${user} ${principal}
[Return] ${principal}

Create data
Freon OMBG prefix=auditparser n=${buckets}
Expand Down