|
@@ -36,8 +36,9 @@ Initiating freon to generate data
|
|
|
Should Not Contain ${result} ERROR
|
|
|
|
|
|
Testing audit parser
|
|
|
- ${logfile} = Execute ls -t /opt/hadoop/logs | grep om-audit | head -1
|
|
|
- Execute ozone auditparser /opt/hadoop/audit.db load "/opt/hadoop/logs/${logfile}"
|
|
|
+ ${logdir} = Get Environment Variable HADOOP_LOG_DIR /var/log/hadoop
|
|
|
+ ${logfile} = Execute ls -t "${logdir}" | grep om-audit | head -1
|
|
|
+ Execute ozone auditparser /opt/hadoop/audit.db load "${logdir}/${logfile}"
|
|
|
${result} = Execute ozone auditparser /opt/hadoop/audit.db template top5cmds
|
|
|
Should Contain ${result} ALLOCATE_KEY
|
|
|
${result} = Execute ozone auditparser /opt/hadoop/audit.db template top5users
|