diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-01-29 13:40:32 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-01-29 13:40:32 -0800 |
commit | b106294855a8e1e0a7d2c6597d93a1810559e699 (patch) | |
tree | b40314f0552db09877fa9106475f1200599aa535 /test | |
parent | 84abb71eb1f2bbf139dc014141bb9841526454e2 (diff) |
Add additional windriver env RC files
Change-Id: I0ba193dbcce1a917987e1dfec2e9b609e74eaddf
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test')
4 files changed, 27 insertions, 1 deletions
diff --git a/test/ete/labs/windriver/Integration-Jenkins-openrc b/test/ete/labs/windriver/Integration-Jenkins-openrc index aa9aaabfc..13149790f 100644 --- a/test/ete/labs/windriver/Integration-Jenkins-openrc +++ b/test/ete/labs/windriver/Integration-Jenkins-openrc @@ -1,5 +1,4 @@ export OS_PROJECT_ID=09d8566ea45e43aa974cf447ed591d77 - export OS_PROJECT_NAME=Integration-Jenkins export OS_USER_DOMAIN_NAME=Default export OS_USERNAME=demo diff --git a/test/ete/labs/windriver/Integration-SB-03-openrc b/test/ete/labs/windriver/Integration-SB-03-openrc new file mode 100644 index 000000000..f6dbb7ab2 --- /dev/null +++ b/test/ete/labs/windriver/Integration-SB-03-openrc @@ -0,0 +1,9 @@ +export OS_PROJECT_ID=bc43d50ffcb84750bac0c1707a9a765b +export OS_PROJECT_NAME=Integration-SB-03 +export OS_USER_DOMAIN_NAME=Default +export OS_USERNAME=demo +export OS_PASSWORD=onapdemo +export OS_AUTH_URL=http://10.12.25.2:5000/v3 +export OS_IDENTITY_API_VERSION=3 +export OS_REGION_NAME=RegionOne +export OS_INTERFACE=public diff --git a/test/ete/labs/windriver/Integration-SB-04-openrc b/test/ete/labs/windriver/Integration-SB-04-openrc new file mode 100644 index 000000000..0a2705160 --- /dev/null +++ b/test/ete/labs/windriver/Integration-SB-04-openrc @@ -0,0 +1,9 @@ +export OS_PROJECT_ID=d570c718cbc545029f40e50b75eb13df +export OS_PROJECT_NAME=Integration-SB-04 +export OS_USER_DOMAIN_NAME=Default +export OS_USERNAME=demo +export OS_PASSWORD=onapdemo +export OS_AUTH_URL=http://10.12.25.2:5000/v3 +export OS_IDENTITY_API_VERSION=3 +export OS_REGION_NAME=RegionOne +export OS_INTERFACE=public diff --git a/test/ete/labs/windriver/Integration-SB-05-openrc b/test/ete/labs/windriver/Integration-SB-05-openrc new file mode 100644 index 000000000..9bc0846cc --- /dev/null +++ b/test/ete/labs/windriver/Integration-SB-05-openrc @@ -0,0 +1,9 @@ +export OS_PROJECT_ID=b8ad3842ab3642f7bf3fbe4e4d3b9f86 +export OS_PROJECT_NAME=Integration-SB-05 +export OS_USER_DOMAIN_NAME=Default +export OS_USERNAME=demo +export OS_PASSWORD=onapdemo +export OS_AUTH_URL=http://10.12.25.2:5000/v3 +export OS_IDENTITY_API_VERSION=3 +export OS_REGION_NAME=RegionOne +export OS_INTERFACE=public |