Skip to content

Commit

Permalink
drop smoke tests (canonical#217)
Browse files Browse the repository at this point in the history
After we decided to drop small OpenStack bundle and run all tests again
the smoke tests, there is no need to have smoke tests definition in tox
or Makefile.
  • Loading branch information
rgildein authored Jan 18, 2024
1 parent 2edda1f commit 123631b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ dev-environment:
@echo "Creating virtualenv and installing pre-commit"
@tox -r -e dev-environment

functional-smoke: build
@echo "Executing smoke functional tests using built snap"
@TEST_SNAP=${SNAP_FILE} tox -e func-smoke -- ${FUNC_ARGS}

functional: build
@echo "Executing functional tests using built snap"
@TEST_SNAP=${SNAP_FILE} tox -e func -- ${FUNC_ARGS}
Expand Down
2 changes: 0 additions & 2 deletions tests/functional/tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ tests:
- tests.functional.tests.backup.BackupTest
gate_bundles:
- smoke
smoke_bundles:
- smoke
10 changes: 0 additions & 10 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ deps = .[unittests]
commands = pytest {toxinidir}/tests/unit \
{posargs:-v --cov --cov-report=term-missing --cov-report=html --cov-report=xml}

[testenv:func-smoke]
changedir = {toxinidir}/tests/functional
deps = .[functests]
passenv =
TEST_*
OS_*
USER
commands =
functest-run-suite --smoke {posargs:--keep-faulty-model}

[testenv:func]
changedir = {toxinidir}/tests/functional
deps = .[functests]
Expand Down

0 comments on commit 123631b

Please sign in to comment.