diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-21 18:48:35 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-22 07:53:11 +0800 |
commit | c480cf222cf50e131f9160a39a7f954946b3353d (patch) | |
tree | 39167370a1fd8790a6eb0c8418ef8b3a72aaf345 /tests | |
parent | 5bb3d7cbc15957c3f0e82f19568240600d0f6592 (diff) |
Fix bug on apex
missing repository configuration and packages
Change-Id: I929e3bafced56b2ab8fd90edc21421bd7bde2073
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/workspace-create.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/workspace-create.yml b/tests/integration/workspace-create.yml index 1b473260..ad4ff7ff 100644 --- a/tests/integration/workspace-create.yml +++ b/tests/integration/workspace-create.yml @@ -20,8 +20,8 @@ # opnfv environment - installer: fuel # <fuel|apex> - installer_master_host: f5 # make sure you can login it with key authentication + installer: apex # <fuel|apex> + installer_master_host: apex-virtual # make sure you can login it with key authentication # set testapi_url to enable reportint to testapi |