An error occurred fetching the project authors.
- 15 Sep, 2020 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 26 Aug, 2020 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 14 Aug, 2020 4 commits
-
-
Łukasz Nowak authored
As cpu-count and ram-size can be setup freely by the user, the cpu-max-count and ram-max-size shall follow it. Otherwise it generates hard to track issues with starting VMs.
-
Łukasz Nowak authored
The image-url-list parameter is passed-thru only if it's present in the original request, as the default instance differentiates correctly between parameter existence or emptiness (or being None).
-
Łukasz Nowak authored
Downloadable images are enabled when key image-url-list (described in instance-kvm-input-schema.json) is present. Images are downloaded outside of partition processing, as this can take a lot of time by template/image-download-controller.py Configuration is checked and cleaned up by template/image-download-config-creator.py Promises are used for: * checking if the current configuration from the request has been processed * checking status of configuration generation, image download process and checksum validity Details about errors are exposed by using monitor stack provided HTTP server, so that user is able to take informed decision about how to fix the problem.
-
Łukasz Nowak authored
Wait even longer, as in some environments downloading big files takes a lot of time which can lead to unstable test results. Note: On fast environments the max won't be reached, so in such case the test speed won't be affected.
-
- 13 Aug, 2020 1 commit
-
-
Łukasz Nowak authored
Some tests are checking deeply that bootstrap script works correctly inside if prepared VM, but those prepared VMs are big chunks of data to be fetched, so it's required to wait quite long.
-
- 06 Aug, 2020 1 commit
-
-
Łukasz Nowak authored
-
- 02 Jul, 2020 1 commit
-
-
Bryton Lacquement authored
See merge request nexedi/slapos!779
-
- 13 May, 2020 1 commit
-
-
Thomas Gambier authored
-
- 12 May, 2020 1 commit
-
-
Thomas Gambier authored
-
- 07 May, 2020 1 commit
-
-
Thomas Gambier authored
-
- 09 Mar, 2020 4 commits
-
-
Bryton Lacquement authored
The kvm software release was recently modified to use slapos.cookbook:switch-softwaretype instead of the deprecated slapos.cookbook:softwaretype. The latter uses ConfigParser to generate buildout-switch_softwaretype.cfg from template-*.cfg. However, ConfigParser changes the section keys to lowercase, as shown in the following example: >>> from six.moves.configparser import ConfigParser >>> from io import StringIO >>> c = ConfigParser() >>> c.readfp(StringIO("[FOO]\nBAR = BAZ")) >>> s = StringIO() >>> c.write(s) >>> s.getvalue() '[FOO]\nbar = BAZ\n\n' This behavior is not present with slapos.cookbook:switch-softwaretype.
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
- 19 Feb, 2020 1 commit
-
-
Julien Muchembled authored
- lsmod is wrong because kvm_intel may be built inside the kernel - kvm_intel is wrong because it only works for Intel CPUs (for exemple, there exists kvm_amd) - /dev/kvm may have wrong permissions
-
- 22 Jan, 2020 2 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
NBD server is not running until an image is uploaded. Make sure that the promise doesn't fail until the image is there. Also display a WARNING in the connection parameter to say that the NBD server is not running.
-
- 25 Nov, 2019 1 commit
-
-
Łukasz Nowak authored
-
- 20 Nov, 2019 1 commit
-
-
Łukasz Nowak authored
Calling makeModuleSetUpAndTestCaseClass results already with preparing some environment and also test classes will run the promises, so they would never execute test_kvm_sanity_check. So create a method sanityCheck to check the environment and depending of the result call or not makeModuleSetUpAndTestCaseClass and skipIf test cases when environment is not sane enough.
-
- 19 Nov, 2019 1 commit
-
-
Łukasz Nowak authored
Assert that machine running tests is good enough for KVM tests.
-
- 10 Oct, 2019 1 commit
-
-
Łukasz Nowak authored
Prove that: * VNC is accessible * monitor-base-url on each partition is accessible with password extracted from the main partition
-
- 07 Oct, 2019 1 commit
-
-
Jérome Perrin authored
-
- 05 Sep, 2019 1 commit
-
-
Alain Takoudjou authored
Remove method `generateHashFromFiles` in all file `test.py`, import it from `slapos.recipe.librecipe`. /reviewed-on nexedi/slapos!617
-
- 20 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 19 Oct, 2018 1 commit
-
-
Guillaume Hervier authored
-
- 08 Oct, 2018 2 commits
-
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
- 04 Jul, 2018 1 commit
-
-
Guillaume Hervier authored
/reviewed-on nexedi/slapos!350
-