summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2016-02-20test: add nova_force_down clientbrahmaputra.1.0Ryota MIBU3-2/+72
New force_down API is not available due to rack of support in default configuration of keystone service catalog and limit of novaclient, so this patch adds nova_force_down client to operate the new API. Change-Id: I2545f4448313b334d4c0a12f1638e64ecfafdf41 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit a3ea372e18ef14b75734f82db969531df6d0c7dd)
2016-02-20test: fix bugs (ssh args and force-down in cleanup)Ryota MIBU2-2/+47
This patch fixes two bugs: - ssh target hostname is wrong (it trailing by ':') - novaclient cannot execute 'force-down' since it tries to use v2.0 endpoint which doesn't spport the new API, Change-Id: I5ef3a8eda5fa7a6730b4eb456d0441d40718a010 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit e891316ac35f062c66b15a7ee7981016c6edcc9e)
2016-02-19test: fix bugs (scp -l and trap ERR)Ryota MIBU1-11/+7
This patch fixes bugs: - '-l' option for scp is different from that of ssh, so remove this option from the common param for scp and ssh. - trap ERR was not executed, so replace it by trap EXIT Change-Id: Id50ff29656fa100f420ae9ccc7a8a19a65a941c8 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit eed432fa413d3afeecdd65ef0f73559920012df9)
2016-02-19test: fix bug: missing installer_ip in scp argsRyota MIBU1-1/+2
Change-Id: Ia9bf6ffb8a6bd4f2672aa50bb7841a7dc37e48ea Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit ac95693eedfd0ec9593e46f9a57f5d989e25f9bd)
2016-02-18test: fix DNS issue in test scenarioRyota MIBU1-6/+17
Doctor test was failed due to failure in resolving hostname at [1]. This patch replaces hostname by ip address, and also changes ssh route from relaying instack VM to direct access from functest container to the target compute host. [1] https://build.opnfv.org/ci/view/functest/job/functest-apex-opnfv-jump-1-daily-brahmaputra/38/ Change-Id: I9d4f115cb43ec16540f7d9300d652625685477d5 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 9171d14463ae1172a91125a49d8f8a53a36433e9)
2016-02-12tests: enable doctor test scenario with fixesRyota MIBU2-12/+49
Change-Id: I2c0c939b41f28684a1697b0099f2df62ce27c6a3 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 3c09b82d0ead86867f96f43769a6b42efcdd6d24)
2016-02-08tests: collect infra IPsRyota MIBU1-18/+33
Change-Id: I2f1df56632827925784441c03aadc544c1e3c891 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit ac816319dd480a1c4890e15dfc2447af21809e85)
2016-01-29Merge "tests: fix inject_failure() for deployment built by apex" into ↵Ryota MIBU1-6/+18
stable/brahmaputra
2016-01-29tests: fix inject_failure() for deployment built by apexRyota MIBU1-6/+18
Change-Id: I1681761ec8be39768444baeff24b15a1e90c0182 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 67c4462ecf2e1dc525beb6f75a75634edf0539bc)
2016-01-29fix license description in code headersRyota MIBU4-52/+28
Change-Id: Idb7b6e55e5760a9e6ba6cb0b512f1961488312ca Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit c052eb4a1dfe536bb2d6ac81ad68075ab7bb2924)
2016-01-13add test scenario and sample componentsRyota MIBU4-0/+351
DOCTOR-22 Change-Id: I82cb572fadd057151c55396dd3ab4114539c8fa7 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 116bee29f8f3d7d4a648569dc441f4fa8487a7c4) Note: this patch includes the following change: disable doctor functional test Change-Id: I3bd62b53651777fe020c3919c415e1f2d7b45164 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit aec51550523c3326b37dfb79680ebd80188c6a56)