Fix and run the correct functional tests job
Apparently, functional-py36 just runs unit tests. Fix the test that has regressed in the meantime and make it voting so that we don't regress again. Change-Id: Id5efe89a12a00c27e6299380a51cdb840285d691
This commit is contained in:
parent
e73b7220c4
commit
9b75453339
@ -24,7 +24,7 @@ class TestCommands(base.FunctionalBase):
|
|||||||
different test runs.
|
different test runs.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
node = {'uuid': '1', 'properties': {}}
|
node = {'uuid': '1', 'properties': {}, 'instance_info': {}}
|
||||||
|
|
||||||
def step_1_get_empty_commands(self):
|
def step_1_get_empty_commands(self):
|
||||||
response = self.request('get', 'commands')
|
response = self.request('get', 'commands')
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
|
- openstack-tox-functional
|
||||||
- ipa-tox-examples
|
- ipa-tox-examples
|
||||||
# NOTE(iurygregory) Only run this two jobs since we are testing
|
# NOTE(iurygregory) Only run this two jobs since we are testing
|
||||||
# wholedisk + partition on tempest
|
# wholedisk + partition on tempest
|
||||||
@ -24,13 +25,12 @@
|
|||||||
# Non-voting jobs
|
# Non-voting jobs
|
||||||
- ipa-tempest-ironic-inspector-src:
|
- ipa-tempest-ironic-inspector-src:
|
||||||
voting: false
|
voting: false
|
||||||
- openstack-tox-functional-py36:
|
|
||||||
voting: false
|
|
||||||
- ipa-tox-bandit:
|
- ipa-tox-bandit:
|
||||||
voting: false
|
voting: false
|
||||||
gate:
|
gate:
|
||||||
queue: ironic
|
queue: ironic
|
||||||
jobs:
|
jobs:
|
||||||
|
- openstack-tox-functional
|
||||||
- ipa-tempest-bios-ipmi-direct-src
|
- ipa-tempest-bios-ipmi-direct-src
|
||||||
- ipa-tempest-bios-ipmi-iscsi-src
|
- ipa-tempest-bios-ipmi-iscsi-src
|
||||||
- ironic-standalone-ipa-src
|
- ironic-standalone-ipa-src
|
||||||
|
Loading…
Reference in New Issue
Block a user