Revert "Revert "Modified testsuites to remove resource files""

This reverts commit c0b3a8e31b493a7d4091562f3757e8fa6d724ba6.

As requested by TSC

Change-Id: Iab49a93c14499ef5ab3cc8d243fc336bc63df977
diff --git a/robot-systest/testsuite/basic_15-rbac_configurations.robot b/robot-systest/testsuite/basic_15-rbac_configurations.robot
index 55e0113..6cc62cc 100644
--- a/robot-systest/testsuite/basic_15-rbac_configurations.robot
+++ b/robot-systest/testsuite/basic_15-rbac_configurations.robot
@@ -21,16 +21,23 @@
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/project_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/role_lib.robot
 
-Variables   %{ROBOT_DEVOPS_FOLDER}/resources/basic_15-rbac_configurations_data.py
-
 Force Tags   basic_15   cluster_main   daily   regression
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
 
 *** Variables ***
+# User, project and roles to use
+${user_name}   basic_15_test_user
+${user_password}   basic_15_user_pass
+${user_role}   project_user
+${user_project}   admin
+${project_name}   basic_15_test_project
+${new_project_name}   basic_15_project_test
+${role_name}   test_role
 ${success_return_code}   0
 
+
 *** Test Cases ***
 Create And Validate User