From ab4e8a1e34d9fbb95f0311dcbb78615b9e154174 Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Sat, 26 Jul 2008 18:47:00 +0000
Subject: [PATCH] fix: - Integration tests.

SVN: 7527
---
 integration-tests/templates/openBIS-client/commands.txt        | 3 +++
 .../templates/openBIS-client/testdata/role-assignments.txt     | 2 ++
 2 files changed, 5 insertions(+)
 create mode 100644 integration-tests/templates/openBIS-client/testdata/role-assignments.txt

diff --git a/integration-tests/templates/openBIS-client/commands.txt b/integration-tests/templates/openBIS-client/commands.txt
index 86b416f8dbb..0845740fad3 100644
--- a/integration-tests/templates/openBIS-client/commands.txt
+++ b/integration-tests/templates/openBIS-client/commands.txt
@@ -1,6 +1,9 @@
+login -u test -p <password>
+logout
 login -u etlserver -p <password>
 logout
 login -u test -p <password>
+register-role-assignments testdata/role-assignments.txt
 register-group /CISD
 assign-home-group test /CISD
 logout
diff --git a/integration-tests/templates/openBIS-client/testdata/role-assignments.txt b/integration-tests/templates/openBIS-client/testdata/role-assignments.txt
new file mode 100644
index 00000000000..eec3a0a4358
--- /dev/null
+++ b/integration-tests/templates/openBIS-client/testdata/role-assignments.txt
@@ -0,0 +1,2 @@
+role	instance	group	user
+ETL_SERVER	CISD		etlserver
\ No newline at end of file
-- 
GitLab