Skip to content

yangchiu/longhorn-tests

This branch is 2 commits ahead of, 49 commits behind longhorn/longhorn-tests:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 27, 2024
May 17, 2024
May 17, 2024
Mar 8, 2024
May 2, 2024
Nov 27, 2024
Dec 6, 2024
Aug 26, 2024
Dec 6, 2024
May 10, 2024
Dec 6, 2024
Jan 4, 2023
Mar 8, 2024
Feb 19, 2024
Dec 6, 2024
Feb 19, 2024
Aug 22, 2024
Jul 29, 2021
Feb 22, 2021
Jun 22, 2016
Aug 22, 2023
Jul 6, 2024
May 29, 2024
Feb 22, 2024

Repository files navigation

Longhorn Test cases

This repo hosts the manual and automated end-to-end test cases for Longhorn.

Manual Test Cases

Some scenarios are hard to test using the automation tests and are documented as manual test cases that need to be verified before release. The manual test cases are accessible here.

The manual test case pages can be edited under docs/content/manual/.

To categorize tests, place them in sub-directories under docs/content/manual/. These sub-directories must contain a file named _index.md with the following:

---
title: Name of Test Category
---
Optional description regarding the test category.

Each test page should be structured as such:

---
title: Name of Test Case
---
Description of the test case.

Both of these files can contain Markdown in the title and page body.

Automated end-to-end test cases

Generated end-to-end integration test case documents for automation tests are accessible here.

The test cases are in https://github.com/longhorn/longhorn-tests/tree/master/manager/integration .

See here for daily automation test results.

Preview the website

To preview the website changes, you will need to install Hugo. Once Hugo is installed, run the following:

hugo server --buildDrafts --buildFuture

The site will be accessible at http://localhost:1313.

About

Various test cases for longhorn

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.0%
  • HCL 10.7%
  • Shell 8.4%
  • RobotFramework 2.7%
  • Dockerfile 0.2%
  • Smarty 0.0%