Project

General

Profile

action #104670

Updated by tinita over 2 years ago

## Motivation 

 See https://github.com/os-autoinst/os-autoinst/pull/1905 which fixes the circular dep `bmwqemu -> backend::driver -> myjsonrpc -> bmwqemu` 

 `autotest` uses `bmwqemu`. `bmwqemu` uses `$autotest::current_test` in one of its functions and does a `require autotest` for this. 

 Correct solution would be to move `$autotest::current_test` to its own module, that both `bmwqemu` and `autotest` can use. 

 Problem: Backwards compatibility 

Back