Skip to content

Commit

Permalink
doc: remove LISAv2 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
squirrelsc authored and LiliDeng committed Nov 17, 2023
1 parent 7ccd0a1 commit 552aaa9
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 90 deletions.
9 changes: 1 addition & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,16 @@ Documents
- `Command line reference <https://mslisa.rtfd.io/en/main/run_test/command_line.html>`__
- `Runbook reference <https://mslisa.rtfd.io/en/main/run_test/runbook.html>`__
- `Extend and customize LISA <https://mslisa.rtfd.io/en/main/write_test/extension.html>`__
- `Run the previous version of LISA (aka
LISAv2) <https://mslisa.rtfd.io/en/main/run_test/run_legacy.html>`__

Contribute
----------

You are very welcome to contribute to this repository. Please follow `the contribution
document <https://mslisa.rtfd.io/en/main/contributing.html>`__ for details.

History and road map
Road map
--------------------

The previous LISA called LISAv2, which is in `the master
branch <https://github.com/microsoft/lisa/tree/master>`__. The previous
LISA can be used standalone or called from the current LISA. Learn more
from `how to run LISAv2 test cases <https://mslisa.rtfd.io/en/main/run_test/run_legacy.html>`__.

LISA is in active developing, and a lot of exciting features are being
implemented. We're listening to your
`feedback <https://github.com/microsoft/lisa/issues/new>`__.
Expand Down
5 changes: 1 addition & 4 deletions docs/extras.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ aws
azure
Provides dependencies for running LISA on Microsoft Azure

legacy
Provides dependencies for running LISA v2 tests

libvirt
Provides dependencies for running LISA on libvirt-managed hypervisors


.. _install extras: https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-extras
.. _install extras: https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-extras
7 changes: 1 addition & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,9 @@ Why LISA
Contributing <contributing>
Troubleshooting <troubleshooting>

History and road map
Road map
--------------------

The previous LISA called LISAv2, which is in `master branch
<https://github.com/microsoft/lisa/tree/master>`__. The previous LISA can be
used standalone or called from the current LISA. Learn more from :doc:`how to
run LISAv2 test cases <run_test/run_legacy>`.

LISA is in active developing, and a lot of exciting features are implementing.
We're listening your `feedback
<https://github.com/microsoft/lisa/issues/new>`__.
Expand Down
6 changes: 0 additions & 6 deletions docs/run_test/microsoft_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,3 @@ Test cases specification
------------------------

Refer to :doc:`Test specification <test_spec>`.

.. seealso::

Not migrated `legacy LISAv2
tests <https://github.com/microsoft/lisa/blob/master/Documents/LISAv2-TestCase-Statistics.md>`__
for more information.
1 change: 0 additions & 1 deletion docs/run_test/run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Run LISA
Getting started with Azure <quick_run>
Run tests in Local VM <run_locally>
Learn Microsoft tests <microsoft_tests>
Learn legacy tests <run_legacy>
Test case summary <test_summary>
Test specifications <test_spec>
Run tests on different platforms <platform>
Expand Down
60 changes: 0 additions & 60 deletions docs/run_test/run_legacy.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/tools/test_summary_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ def update_summary() -> None:
for index, node in enumerate(res, start=1):
_update_line(table, node, index)

link = "https://github.com/microsoft/lisa/blob/master/Documents/LISAv2-TestCase-Statistics.md" # noqa: E501
table.write(".. seealso::\n")
table.write(f" `LISAv2 Tests <{link}>`__\n")
table.write("\n")


def _write_title(file: TextIO) -> None:
"""
Expand Down

0 comments on commit 552aaa9

Please sign in to comment.