From b762e869c814bd8e792cc128a3a656292a490af4 Mon Sep 17 00:00:00 2001 From: ehanan Date: Fri, 19 Oct 2018 14:55:16 +0100 Subject: robot script modified, removing nopad option Change-Id: I52d535e53bf1ef569f697134dbc452855a0e6bcd Issue-ID: TEST-126 Signed-off-by: eHanan --- robot/resources/openstack/keystone_interface.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot') diff --git a/robot/resources/openstack/keystone_interface.robot b/robot/resources/openstack/keystone_interface.robot index f3e017ce..fa37733c 100644 --- a/robot/resources/openstack/keystone_interface.robot +++ b/robot/resources/openstack/keystone_interface.robot @@ -104,7 +104,7 @@ Set Openstack Credentials Get Openstack Credentials [Documentation] Returns the Decripted Password and openstack username using same api_key.txt as SO - ${DECRYPTED_OPENSTACK_PASSWORD}= Run echo -n ${GLOBAL_INJECTED_OPENSTACK_API_KEY} | xxd -r -p | openssl enc -aes-128-ecb -d -nopad -nosalt -K aa3871669d893c7fb8abbcda31b88b4f | tr -d '\x08' + ${DECRYPTED_OPENSTACK_PASSWORD}= Run echo -n ${GLOBAL_INJECTED_OPENSTACK_API_KEY} | xxd -r -p | openssl enc -aes-128-ecb -d -nosalt -K aa3871669d893c7fb8abbcda31b88b4f | tr -d '\x08' [Return] ${GLOBAL_INJECTED_OPENSTACK_USERNAME} ${DECRYPTED_OPENSTACK_PASSWORD} -- cgit 1.2.3-korg