diff options
Diffstat (limited to 'test-apis-ci/sdc-api-tests')
-rw-r--r-- | test-apis-ci/sdc-api-tests/Dockerfile | 2 | ||||
-rw-r--r-- | test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/conf/credentials.yaml | 42 |
2 files changed, 22 insertions, 22 deletions
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 |