Project

General

Profile

Actions

action #101073

closed

Smoke test of basic rust/cargo functionality size:S

Added by firstyear over 2 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Target version:
Start date:
2021-10-18
Due date:
% Done:

0%

Estimated time:

Description

Motivation

It would be good to have a basic smoke test of rust/cargo functionality to ensure that it works correctly.

Acceptance criteria

  • AC1: The test module is executed as usual openSUSE Tumbleweed test

Suggestions

  • Add test to os-autoinst-distri-opensuse by creating a new test module, e.g. in tests/console/rust.pm
  • The module could be done with something like:
zypper in cargo
cargo new testproject
cd testproject
echo 'uuid = "0.8"' >> Cargo.toml
cargo run

This checks:

Actions

Also available in: Atom PDF