Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions tests/utils/installation-client.shtest

This file was deleted.

8 changes: 0 additions & 8 deletions tests/utils/installation-server.shtest

This file was deleted.

17 changes: 17 additions & 0 deletions tests/utils/installation.shtest
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Check that installation using the client requirements works properly.
#
# RUN: rm -rf %t.venv
# RUN: python -m venv %t.venv
# RUN: cd %{src_root}
# RUN: %t.venv/bin/python -m pip install -r requirements.client.txt
# RUN: rm -rf %t.installation
# RUN: %t.venv/bin/lnt create %t.installation

# Check that installation using the server requirements works properly.
#
# RUN: rm -rf %t.venv
# RUN: python -m venv %t.venv
# RUN: cd %{src_root}
# RUN: %t.venv/bin/python -m pip install -r requirements.server.txt
# RUN: rm -rf %t.installation
# RUN: %t.venv/bin/lnt create %t.installation
Loading