mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:31:59 +01:00
Added data officer email to test cases
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
6da90bd7ee
commit
39a8e32710
@ -49,4 +49,5 @@ create_rules() {
|
||||
add_data_officer() {
|
||||
local container="$1"
|
||||
echo 'echo "insert into user (uid, username, realname, password, domain, dn, isadmin) values(2, \"dataofficer\", \"Data officer\", \"\$6\$rX285LfP\$ZxhlacbzKuCcqkaizzBu8SAiYb6.f8K4Us08nUHwSpWMQkNhw4o2rmfKXoTfaM4rnBHUYVK1N4IfBsqN8CAtS/\", \"local\", \"*\", 4)"| mysql --defaults-file=/etc/piler/.my.cnf piler' | docker exec -i "$container" sh
|
||||
echo 'echo "insert into email (uid, email) values(2, \"do@local\")"| mysql --defaults-file=/etc/piler/.my.cnf piler' | docker exec -i "$container" sh
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user