diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-04 11:00:00 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-04 11:00:00 +0100 |
commit | 4d4b6110be7fd63558065dccb1cb3780583b3d37 (patch) | |
tree | 7b5736ce906c920b84bd5c8476041588756c388d | |
parent | ff9dc3e14e7d4e48ea8039a77bc693cf81aec735 (diff) |
Add Huawei-us node as Compass target for CI
JIRA: FUNCTEST-96
Change-Id: Ic29fefec342d28ec2b398f2972d9a4b3a7625873
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rw-r--r-- | jjb/functest/functest.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index dccc43103..740bf3526 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -17,6 +17,10 @@ node: 'opnfv-jump-1' installer_type: 'apex' installer_ip: '192.168.X.X' + - compass: + node: 'huawei-us' + installer_type: 'compass' + installer_ip: '192.168.200.2' pod: - orange-test1: node: 'orange-test1' |