From 1788983cf083303c51d538608c92abbebef10307 Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Sun, 8 Apr 2018 14:03:29 +0300 Subject: fix use of user credentials logic Change-Id: If518234e78983fe35ceb4b971d5093052ee824bb Issue-ID: SDC-384 Signed-off-by: Yuli Shlosberg --- test-apis-ci/sdc-api-tests/Dockerfile | 2 +- .../files/default/conf/credentials.yaml | 42 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) (limited to 'test-apis-ci/sdc-api-tests') diff --git a/test-apis-ci/sdc-api-tests/Dockerfile b/test-apis-ci/sdc-api-tests/Dockerfile index 2be415080e..d419224251 100644 --- a/test-apis-ci/sdc-api-tests/Dockerfile +++ b/test-apis-ci/sdc-api-tests/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/base_sdc-sanity:1.2.0-SNAPSHOT-latest +FROM onap/base_sdc-sanity:1.3.0-SNAPSHOT-latest COPY chef-solo /root/chef-solo/ diff --git a/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/conf/credentials.yaml b/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/conf/credentials.yaml index ab37f7bee8..05f9a71c5c 100644 --- a/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/conf/credentials.yaml +++ b/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/conf/credentials.yaml @@ -1,48 +1,48 @@ designer: { username: cs0008, password: 123123a, - firstname: ASDC, - lastname: KASPIN + firstname: SDC, + lastname: SDC2 } admin: { username: jh0003, password: 123123a, - firstname: ASDC, - lastname: KASPIN + firstname: SDC, + lastname: SDC2 } ops: { - username: af0006, + username: op0001, password: 123123a, - firstname: ASDC, - lastname: KASPIN + firstname: SDC, + lastname: SDC2 } tester: { - username: kb0004, + username: jm0007, password: 123123a, - firstname: ASDC, - lastname: KASPIN + firstname: SDC, + lastname: SDC2 } governor: { - username: ah0002, + username: gv0001, password: 123123a, - firstname: ASDC, - lastname: KASPIN + firstname: SDC, + lastname: SDC2 } product_strategist: { username: m99126, - password: 1910-FruitGum, - firstname: ASDC, - lastname: KASPIN + password: 123123a, + firstname: SDC, + lastname: SDC2 } product_manager: { username: m99127, - password: 747-Airplane, - firstname: ASDC, - lastname: KASPIN + password: 123123a, + firstname: SDC, + lastname: SDC2 } product_local: { username: pm0001, password: 123123a, - firstname: ASDC, - lastname: KASPIN + firstname: SDC, + lastname: SDC2 } \ No newline at end of file -- cgit 1.2.3-korg