- 15 Jun, 2011 3 commits
-
-
Łukasz Nowak authored
As there is no way to have returned object, generate random value and reuse it later to fetch exact object. Also extended tests with Order Line checks.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
sla_xml have to be passed always. As this test have to work on low level API it is required to follow such API.
-
- 14 Jun, 2011 30 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It supports cases when Person is in middle of requesting of Software Instance.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
User cannot fetch his instance until related sale order is not confirmed.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Vincent Pelletier authored
brctl is the only command which remains mandatory (except if alter_network is false), as it is used to fetch information from system that even an unprivileged user can see. Example use: PATH=$PATH:/usr/sbin ./bin/slapformat -cdv slapos.cfg
-
Vincent Pelletier authored
Prepares for incomming monkey-patching.
-
Vincent Pelletier authored
Output system commands and system-altering functions from python's os module.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
SLA XML is stored on Software Instance, but in many place the dictionary have to be used.
-
Łukasz Nowak authored
It will be later used to follow SLA.
-
Łukasz Nowak authored
Later is shall be used in order to being followed.
-
Łukasz Nowak authored
It is easier to store on higher level, as pure XML. Other methods will have to unserialise data from XML, which would be needed anyway in case of storing them this way.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This reverts commit 79f0aaea. More code analysis is required in order to being able support required cases with parameters passed by user.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Kazuhiko Shiozaki authored
-
Łukasz Nowak authored
-
- 13 Jun, 2011 7 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
SlapTool itself shall not force to pass all possible parameters, as slap library calls it in different ways. Add support for lack of existence of computer_id and computer_partition_id, in this case assume that human (person) is logged in by slap library.
-
Łukasz Nowak authored
Person does not have to be validated to be loggable user, but Computer or Software Instance validation state is important, so split to two queries.
-
Łukasz Nowak authored
Note: No typo in exception.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-