10 Commits

Author SHA1 Message Date
zhangyanxian
0ba0eae84c Some minor code optimization in post_test_hook.sh
set -ex is helpful for debugging test progress and
make test quit promptly once exception happens

Change-Id: I241a23c20f79bcae1d16858cc521971b6388bfe8
2016-08-25 08:25:08 +00:00
hparekh
ffb5861b15 Mistral tests will run from tempest plugin
Now mistral functional tests run from tempest
repository using plugin in devstack gate.

Change-Id: I67933fdc55b6f53dbd3e620f9814c0d919c85533
2016-02-02 11:19:51 +00:00
Anastasia Kuznetsova
b9c7f66345 Remove running of CLI tests on commit to mistral repo
We do not need to run CLI tests on every commit to the
main mistral repository.

Partial implements: blueprint mistral-making-dsvm-gates-voting

Change-Id: I05107ba67c2cd94a50ff6963ea69f5cf29e5cd5e
2015-11-26 17:41:53 +00:00
Nikolay Mahotkin
56f2d5f4b5 Fixing SSH actions to use names of private keys
* SSH action uses private key names instead of
   private keys themself. All private keys now
   should be in <user-home>/.ssh/, e.g. searching
   of key 'my_key.pem' will be at <user-home>/.ssh/my_key.pem
 * Fixed functional tests
 * Remove sudo while running tests

Closes-Bug: #1507600

Depends-On: Idc4340cda80d02f4ee88c91600b72d0f914c4084

Change-Id: I503d78ff541183ce850476229842fa6f20061a00
2015-10-22 16:30:54 +03:00
LingxianKong
d0521883ff Fix wrong zuul_project name in mistral gate script
$ZUUL_PROJECT should be openstack/mistral

Change-Id: Ice2440ee4cacfa09d662403a20944ac4d0df9e0e
Closes-Bug: #1468572
2015-06-25 05:14:11 +00:00
Anastasia Kuznetsova
79a78b96c4 Move gate tests under mistral/tests
- Move all gate tests from functionaltests folder to the mistral/tests/functional
- Edit run directory for gate tests in the functionaltests/run_tests.sh
- Leave 'resources' folder in the 'mistral/tests' to use examples from it in the tempest tests

Change-Id: I4d6d6a653aab5af00c5cae7c21495f4a86ebfe42
2014-08-15 11:14:59 +04:00
Anastasia Kuznetsova
c23c49f8a1 Fix mistral gate job
Gate job was broken with error:
no module name was found
So, need to fix paths and fix import error.

Change-Id: I87339f6b7ebfb625dec63895af8ce2e0a7cd3ef4
2014-07-30 11:25:32 +04:00
Anastasia Kuznetsova
2c492fb057 Add running mistralclient integrational tests
Now on every commit to the mistral repository mistralclient
integration tests and api integration tests will run.
Also on every commit to the mistralclient repository only
mistralclient integrational tests will run.
(after appropriate commit to openstack-infra)

Change-Id: I51f074a1ff2b3f3f669865839f658da887d4ce6d
2014-07-16 11:20:39 +04:00
Sergey Kolekonov
1984b3ea54 Fix mistral tests
- corrected the path to tests
- removed check_api.sh script because it's not needed anymore
- made scripts executable

Change-Id: I2c6364e8ad4355b8b8565904d58773e8412bdf6d
2014-05-06 12:36:22 +04:00
Sergey Murashov
623e12320e Update mistral tests
Update mistral tests for devstack gate job

Change-Id: Ia56ea50d9f0da6ca0e98efa53a88ab2dfb499f3c
Partly-Implements: blueprint mistral-open-qa-process
2014-05-05 17:44:15 +04:00