How to Install and Uninstall lift Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "lift" package

In this section, we are going to explain the necessary steps to install lift on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install lift

2. Uninstall "lift" package

This guide covers the steps necessary to uninstall lift on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove lift $ sudo apt autoclean && sudo apt autoremove

3. Information about the lift package on Ubuntu 21.10 (Impish Indri)

Package: lift
Architecture: all
Version: 2.5.0-1
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Delvaux
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 83
Depends: python3-junit.xml, python3-paramiko, python3-yaml, python3:any (>= 3.3.2-2~)
Filename: pool/universe/l/lift/lift_2.5.0-1_all.deb
Size: 18140
MD5sum: 165da900e73b1dd550e6831e1e3db4eb
SHA1: 8cbef145710364d1cae0c6b59724704eaad84b06
SHA256: fb6fcdf9ae8ab9a24d476c1a4f9178b7251def2455c26b6de17fef30fc59289d
SHA512: b1cf89b097ac5a2b66a7c41a9612c769f368b12adb40499e32d71eae3f9e02c247e58d1b364eb5247376ba601eb2fbbd7a293bc253fbbf28fb75ebe4efa80887
Homepage: https://github.com/Malizor/lift
Description-en: Integration and functional testing framework
Lift provides an integration/functional test platform which handles executable
tests easily and generically.
.
* Lift only deals with executables and their return code
- A particular test can be written in the language that fit it the most
* Test declaration in a simple YAML syntax
- No need to learn a programming language to integrate a test in a suite
* Easily declare a test as running locally or on a remote machine
* Remote tests: upload needed assets automatically and cleanup afterward
* Naturally organize a test suite in multiple sub-folders/sub-test suites
* Easily run a sub-test suite or specific tests from the command line
* Pass environment variables to tests
* Inheritance of remotes and environment across sub-test suites
- For example, remotes can be defined in the top folder and used below
* Only one command to run all or specific tests: lift
* Export XUnit reports, for easy integration with Jenkins & friends
Description-md5: 0681da5164069b8d12d601294d4b0e3c