-
We should use unitary name for test files & it we shouldn't use the "test.py" name (see the [link](https://stackoverflow.com/questions/48719606/pytest-how-to-make-it-search-recursively)). In addition,…
-
There is not installed mock. Currently it is the only one dependency I found I missing here. But this one is not necessary in case you don't want to run tests.
-
As the process of writing new actors for a task, I am trying to replicate the data provided by a web service via an API into a Leapp model. The model would consists of a list of entries, with each ent…
-
The demo vagrant files currently use DST_IP_ADDR and SRC_IP_ADDR to override the addresses for the target CentOS 7 VM and the source CentOS 6 app VM respectively.
This doesn't generalise well to ad…
-
I'm seeing a deadlock when executing `pipenv install` (full report https://github.com/leapp-to/prototype/pull/15#issuecomment-290447496)
Symptoms:
Executing `pipenv install` never returns.
Caus…
-
Steps to reproduce the bug:
1. Install leapp from copr repository and try to run the `osversion` actor
```shell
root@fedora-26:~# dnf copr enable -y @leapp/leapp-devel && dnf install leapp
...
…
-
While developing some actors, I am having some issues trying to follow the documentation about [Working with Workflows](http://leapp.readthedocs.io/en/latest/working-with-workflows.html). All this is …
-
The current `leapp-tool` CLI in the prototype repo was a proof of concept to demonstrate that it is at least possible to automatically decouple simple single VM services from their operating system ke…
-
Working on a pipenv based development setup in https://github.com/leapp-to/prototype/pull/8 we're finding it fairly easy for people to get into a situation where they accidentally create the venv with…
-
# Synopsis
It is proposed to create a more modular architecture for the LeApp CLI, using dataflow-based programming concepts and frameworks. Modules in this architecture are called Actors. This infra…