summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Hardware: Remove wrong install0.0.16Roman Rakus2013-01-161-2/+0
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* New provider: hardwareTomas Smetana2013-01-155-0/+442
|\
| * New provider: HardwareTomas Smetana2013-01-155-0/+442
| |
* | Account: testsRoman Rakus2013-01-149-0/+498
|/ | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Allow experimental classes and version updates in MOF files.Jan Safranek2013-01-091-2/+2
|
* Fixed case switch, 'break' is for loops only.Jan Safranek2013-01-091-2/+2
|
* Allow more mofs to be registered by openlmi-mof-register.Jan Safranek2013-01-091-14/+30
| | | | The script is backward compatible, i.e. some ugly bash arrays needed to be used.
* Merge branch 'devel'Roman Rakus2012-12-201-1/+72
|\
| * Account: Allow to create instance of LMI_MemberOfGroupRoman Rakus2012-12-201-1/+72
| | | | | | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* | Allow numbers in class name in OpenLMIMacros.cmakeRadek Novacek2012-12-141-1/+1
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providersMichal Minar2012-12-131-1/+76
|\|
| * Account: Allow to delete instance of LMI_MemberOfGroupRoman Rakus2012-12-111-1/+76
| | | | | | | | | | | | Effectively it means this allows to remove user from group Signed-off-by: Roman Rakus <rrakus@redhat.com>
* | fixed test selection, when launching tests with runMichal Minar2012-12-137-261/+524
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | particular tests can be selected like this: * # runs all tests defined by this test case ./run.py -- TestSoftwarePackage * # runs single test defined by TestSoftwarePackage TestCase ./run.py -- TestSoftwarePackage.test_get_instance added comments for each assert made results of tests a lot more readable different file mode for symlinks passes like in rpm -V increased number of packages for testing to 5
* | more software test bugfixesMichal Minar2012-12-111-2/+4
|/ | | | | * handle '*' in yum repolist * select pkg database from 5 times required number of packages
* Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providersMichal Minar2012-12-112-0/+671
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providersJan Safranek2012-12-103-10/+10
| |\
| * | Added class2rst.py and class2uml.py tools.Jan Safranek2012-12-102-0/+671
| | |
* | | fixed tests for f18 an RHEL7Michal Minar2012-12-112-22/+72
| |/ |/|
* | comply with nosetests rulesMichal Minar2012-12-073-10/+10
|/ | | | | all methods, functions and modules including 'test' in their name and not intended to be run by nosetests renamed
* Add configuration file for nosetestsRadek Novacek2012-12-071-0/+6
|
* non-ascii char appeared in commentMichal Minar2012-12-071-1/+1
| | | | fixed syntax error
* fixed package sorting errorsMichal Minar2012-12-073-8/+5
| | | | | Wrong package could be selected for update due to wrong sorting mechanism.
* rewritten tests for software managementMichal Minar2012-12-077-339/+1195
| | | | | | | | | All tests are invocable from single script called "run_tests.py" and as standalone-modules as well. Its behaviour is modifiable through environment variables according to TestGuidelines. run_tests.py can be passed arguments instead. Package database is not fixed anymore. Instead it's generated automatically for system, where tests are triggered.
* fixed most of pylint errorsMichal Minar2012-11-298-508/+482
| | | | | | | | | also modified mof, so it's better parseable greatly reduced pylint errors and warnings LMI_SoftwareInstalledPackage now returns reference to Linux_ComputerSystem instead of CIM_ComputerSystem
* added pylintlmi checker for python source checkingMichal Minar2012-11-2818-2/+590
| | | | | | | | | | | | | | | | | | pylintlmi uses pylint (python source code checking utility) - giving it custom configuration for openlmi project and plugins with additional checks for usage see src/software/README renamed directory "src/software/providers" to "src/software/openlmi/software" * allows installation to custom PYTHONPATH together with openlmi-python egg * that also allows running pylint on sources in devel directory without messages like: W0403: 28,0: Relative import 'openlmi.software.core', should be 'openlmi.software.openlmi.software.core' E0611: 28,0: No name 'software' in module 'openlmi' F0401: 28,0: Unable to import 'openlmi.software.core'
* Added 'Implemented' qualifier.Jan Safranek2012-11-221-0/+4
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providersMichal Minar2012-11-2276-946/+1702
|\ | | | | | | | | Conflicts: tools/mof2wiki.sh
| * Service:Vitezslav Crhonek2012-11-222-36/+28
| | | | | | | | | | - Use popen instead evil tmpnam in service enumeration functions. - Pass service name to systemctl after a "--" argument list terminator.
| * Fix wrong project name in previous commitRadek Novacek2012-11-141-1/+1
| |
| * Update make-release.sh to be able to do tarball from any git commitishRadek Novacek2012-11-141-7/+8
| |
| * Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-1275-884/+1411
| |
| * mof2wiki: Convert methodsRoman Rakus2012-11-081-34/+68
| | | | | | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
| * Improved mof2wiki.shRoman Rakus2012-11-081-20/+222
| | | | | | | | | | | | | | Now it can create list of defined classes, newly created properties and created references. Signed-off-by: Roman Rakus <rrakus@redhat.com>
* | fixed regex for parsing mof filesMichal Minar2012-11-221-1/+1
|/
* fixed import in software providerMichal Minar2012-11-081-1/+1
|
* fixed software setup.py0.0.14Michal Minar2012-11-081-1/+1
|
* added python namespace package called openlmiMichal Minar2012-11-0810-11/+32
| | | | | This is aimed to be a common package for all openlmi python providers. It allows using fully-qualified imports in provider source packages.
* mof2wiki scriptRoman Rakus2012-11-071-0/+41
| | | | | | Script allows to create wiki table of classes defined in mof file. Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: Compiletime definition of supported encrypt algorithms0.0.13Roman Rakus2012-11-074-0/+35
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Added -s and -A parametersJan Safranek2012-11-012-8/+46
|
* Account: Include license text in source filesRoman Rakus2012-10-2624-0/+409
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: Account modification of password expirations0.0.12Roman Rakus2012-10-253-29/+155
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: minor cleanupRoman Rakus2012-10-251-2/+0
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* fixed mof registration under tog-pegasus0.0.11Michal Minar2012-10-241-2/+2
| | | | | a dash for cimmof program telling it to read from stdin is no longer accepted by newer pegasus's cimmof binary
* modified for used under tog-pegasusMichal Minar2012-10-244-38/+40
| | | | | | | | | | | | Checkum property of LMI_SoftwareFileCheck had different type than in base class. This prevented registration. - Solved by renaming: Checksum -> FileChecksum ExpectedChecksum -> ExpectedFileChecksum ChecksumType -> FileChecksumType fixed filtering of found available and installed packages - search by nevra replaced with search for particular keys
* Honor user $CFLAGSRadek Novacek2012-10-241-1/+1
|
* Move registration scripts to proper directories0.0.10Radek Novacek2012-10-223-3/+9
| | | | | register.py is renamed to openlmi-mof-register and moved to /usr/bin/, reg2pegasus is now openlmi-register-pegasus in /usr/libexec/.
* Change project name from Cura to OpenLMIRadek Novacek2012-10-2219-70/+70
|
* added a cli tool for testing software provider0.0.9Michal Minar2012-10-131-0/+271
|
* renamed LMI_SoftwarePackage{File,Checks}Michal Minar2012-10-133-73/+109
| | | | | corrected some corner cases, when getting/modifying instance with wrong or missing keys