Skip to content

Commit

Permalink
fix openstack images
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed May 20, 2024
1 parent a3b307e commit 216ca29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ jobs:
run: sudo python -m pip install tox-gh
- name: Run integration tests
run: sudo $(which tox) -e integration -- --image=${{ matrix.image }} ${{ secrets.INTEGRATION_TEST_ARGS }}
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
2 changes: 1 addition & 1 deletion tests/integration/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async def test_openstack_upload(openstack_connection: Connection, openstack_imag
act: when openstack images are listed.
assert: the built image is uploaded in Openstack.
"""
assert len(openstack_connection.get_image(openstack_image_name))
assert len(openstack_connection.search_images(openstack_image_name))


@pytest.mark.asyncio
Expand Down

0 comments on commit 216ca29

Please sign in to comment.