Project

General

Profile

action #110908

Updated by jlausuch almost 2 years ago

Feature: https://jira.suse.com/browse/SLE-22392 

 There are 4 available versions: 
 registry.suse.de/suse/sle-15-sp4/update/cr/totest/images/bci/rust:1.59 
 registry.suse.de/suse/sle-15-sp4/update/cr/totest/images/bci/rust:1.60 
 registry.suse.de/suse/sle-15-sp4/update/cr/totest/images/bci/rust:1.61 

 However, we need this bug to be fixed  
 https://bugzilla.suse.com/show_bug.cgi?id=1196496 

 Once the bug is fixed, Dan already has some existing prepared tests in [BCI-tests](https://github.com/SUSE/BCI-tests/blob/main/tests/test_rust.py) which are testing some for RUST: 
 https://github.com/SUSE/BCI-tests/tree/add-rust-tests 
 https://github.com/SUSE/BCI-tests/pull/159/files 

 The idea of the common crates from https://crates.io using [Cargo](https://doc.rust-lang.org/cargo/) (Rust package manager).  

 The test suite could be extended with more application based testing, similar this ticket is to what we do in python analyze those tests with Tensorflow.  

 ## Acceptance criteria: and extend the coverage if possible. 
 - Investigate some Rust application or some upstream test suite as the images are broken due to that can be covered by the tests. 
 - Integrate it in BCI-tests. issue. 

Back