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
* 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
- 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
Gate job was broken with error:
no module name was found
So, need to fix paths and fix import error.
Change-Id: I87339f6b7ebfb625dec63895af8ce2e0a7cd3ef4
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
- corrected the path to tests
- removed check_api.sh script because it's not needed anymore
- made scripts executable
Change-Id: I2c6364e8ad4355b8b8565904d58773e8412bdf6d