Aline Manera

Results 111 comments of Aline Manera

Any update on this? I am having the same problem with python3.6 Lambdas and API Gateway but without API Keys.

Hi @id0827502 Seems some problem on libvirt python module. Is libvirt service running properly in your system? Are you able to run the following on a pytthon terminal? ``` import...

Hi @ghidasy The screenshot is related to the old UI. Please, test on new UI, ie, current UI released.

Thank for reporting it, @Fantu I will update the docs accordingly. I am in the process to validate the latest python3 changes on the most common Linux distribution and any...

Hi @Gardinero ! You can only stop the wokd service from the current installation and: 1. `git clone --recursive https://github.com/kimchi-project/wok.git` 2. Make sure `wok` and `src/wok/plugins/kimchi` are pointing to most...

oh... just a note, ginger and gingerbase are not on Python3 yet which means you need to disable those 2 plugins. `cd src/wok/plugins/ginger*/ginger*.conf` change `enable = False`

Hey @khushil could you try Wok 3.0? https://github.com/kimchi-project/wok/releases/tag/3.0.0

Hey @ramonmedeiros I tried to run it and it failed because of Chrome library. Is Google Chrome a dependency as well? I only have Firefox in my system. aline@alinerodrigo-Lenovo-Legion-Y740-15IRHg:~/wok/tests/ui$ USERNAME=XX...

After installing Chrome I was able to run the tests. I also needed to start wok service first and run the tests in a separated terminal - which it is...

About the browser, is there a way to specify which browser to use? It would be good to be able to run the test suite in different browsers.