platform/core/security/vasum.git
8 years agoEnable file path stripping in Doxygen 97/44497/2
Lukasz Kostyra [Wed, 22 Jul 2015 13:34:12 +0000 (15:34 +0200)]
Enable file path stripping in Doxygen

[Feature]       N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  ./generate_documentation.sh, access file's doc and check page title

Change-Id: I9f05262a5ec73327492aad722b15393335fc46c1

8 years agoFix Doxygen warnings 94/44494/3
Lukasz Kostyra [Mon, 20 Jul 2015 11:18:41 +0000 (13:18 +0200)]
Fix Doxygen warnings

[Bug]           Doxygen warnings during documentation generation.
[Cause]         Some docblocks were incomplete.
[Solution]      Fix warnings.
[Verification]  Build, run tests, ./generate_documentation.sh. During doc
                generation there will be warnings related to
                command-line-interface.hpp stating "no matching file memeber".
                This is a Doxygen bug and the only possible fix is to
                replace Args typedef with std::vector<std::string>.

Change-Id: I1523dc83a5f5e9902e5983ac5b95497d61f71cfc

8 years agoMain page in Markdown format 95/44495/3
Jan Olszak [Wed, 22 Jul 2015 13:18:09 +0000 (15:18 +0200)]
Main page in Markdown format

[Feature]       N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  ./generate_documentation.sh and verify

Change-Id: I6b4f55de7f48bb66b3dd40a2313b6137919f028f

8 years agoAdded favicon to the documentation 81/44481/2
Jan Olszak [Wed, 22 Jul 2015 11:59:22 +0000 (13:59 +0200)]
Added favicon to the documentation

[Feature]       N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  ./generate_documentation.sh and verify

Change-Id: I12145caf7a4e303dc51472ea1cb01a928561c8d7

8 years agoDispatching in the main thread 70/44170/6
Jan Olszak [Tue, 14 Jul 2015 12:59:32 +0000 (14:59 +0200)]
Dispatching in the main thread

[Feature]       Removed Server's ThreadDispatcher
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I100f8b370baeca78cbfcfdc803e360ebc40fd0ca

8 years agoUpdate Doxy CSS 53/44253/3
Lukasz Kostyra [Tue, 14 Jul 2015 13:37:18 +0000 (15:37 +0200)]
Update Doxy CSS

[Feature]       Doxy CSS updated with our custom documentation pages layout.
[Cause]         More eye-pleasant CSS needed.
[Solution]      Manually fix previously extracted CSS.
[Verification]  Generate docs and see if they are OK.

Change-Id: Ia88865ec399fee8e336a2c7e9bf74546d659f61d

8 years agoUpdate doxygen.cfg file, extract its HTML/CSS files 52/44252/3
Lukasz Kostyra [Tue, 14 Jul 2015 08:22:32 +0000 (10:22 +0200)]
Update doxygen.cfg file, extract its HTML/CSS files

[Feature]       Doxygen cfg file was updated to 1.8.6
[Cause]         Warnings during parsing
[Solution]      Upgraded doxygen cfg with doxygen -u
[Verification]  Generate documentation - no warnings related to deprecated
                doxygen.cfg parameters should occur (these appeared at the very
                beginning of parsing; keep in mind - Vasum comments do produce
                warnings and will be fixed further on).

The commit additionally extracts default HTML header and footer, and default
CSS schema. These are kept in doc folder together with doxygen.cfg. Doxygen was
set up to use these files when generating documentation.

Change-Id: Ie8f78f0617e42de5bcaa6ce75b46cb436d3c8fd3

8 years agoAdded file and syslog backends 72/44072/8
RomanKubiak [Thu, 16 Jul 2015 11:43:08 +0000 (13:43 +0200)]
Added file and syslog backends

[Feature]      New logger backends (file and syslog)
[Cause]        N/A
[Solution]     N/A
[Verification] Build, install, run tests

Change-Id: I0de1f4e121ca5ff24b5a0f148015afda7dc9e503

8 years agoIPC: Cleaned up EventPoll usage 83/44283/2
Jan Olszak [Mon, 20 Jul 2015 13:02:46 +0000 (15:02 +0200)]
IPC: Cleaned up EventPoll usage

[Feature]       Adding and removing fds to EventPoll
                is guarded internaly by Processor and Acceptor
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I97999591b6c586159698f4f0231740c3c52d5cc5

8 years agoAdd console_zone to cli 59/43859/6
Dariusz Michaluk [Tue, 23 Jun 2015 15:11:13 +0000 (17:11 +0200)]
Add console_zone to cli

[Feature]       Launch a console for the specified zone.
[Cause]         N/A
[Solution]      Add console_zone to cli.
[Verification]  Build, run server,
                vasum-cli create/start/console/shutdown zone.

Change-Id: I093837d6807931163321812a2bcba467a5a9f27e

8 years agoFix: cli: error handling 62/43962/2
Mateusz Malicki [Wed, 15 Jul 2015 14:26:20 +0000 (16:26 +0200)]
Fix: cli: error handling

[Bug]           Not all errors are propagated up
[Cause]         Not all errors has non empty status message
[Solution]      Throw exception regardless of the status messages
[Verification]  Build, install, run vasum-cli

Change-Id: Idcbfdf519f1834b9046d3cdd59a7293cae629e3f

8 years agoIgnoring SIGTERM 48/43948/2
Jan Olszak [Wed, 15 Jul 2015 12:54:10 +0000 (14:54 +0200)]
Ignoring SIGTERM

[Feature]       N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: Ib81c67dc0738db5ef4713d6d8b2c2376a8323800

8 years agoSupport vasum-cli to be a script interpreter (2/2) 99/43599/7
Mateusz Malicki [Fri, 10 Jul 2015 12:08:06 +0000 (14:08 +0200)]
Support vasum-cli to be a script interpreter (2/2)

[Feature]       vasum-cli as script interpreter
[Cause]         n/a
[Solution]      file/pipe processing
[Verification]  Build, run vasum-cli script,
                vasum-cli -f script, cat script|vasum-cli

Change-Id: Ib2a1e4fc5fbecdac206063b6d3dd2a95b5923196

8 years agoSupport vasum-cli to be a script interpreter (1/2) 68/42768/10
Krzysztof Dynowski [Wed, 1 Jul 2015 15:29:32 +0000 (17:29 +0200)]
Support vasum-cli to be a script interpreter (1/2)

[Feature]       vasum-cli as script interpreter
[Cause]         n/a
[Solution]      file/pipe processing
[Verification]  Build, run vasum-cli script, vasum-cli -f script, cat script|vasum-cli

Change-Id: I6b8ff93fb359e429119e120d93a0851e2ae7e72e

8 years agoSignalFD tests 96/43696/7
Jan Olszak [Mon, 13 Jul 2015 08:31:03 +0000 (10:31 +0200)]
SignalFD tests

[Feature]       N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I9dbcd567c958c66e826785f77912f60af8f521d1

8 years agoHandling signals with signalfd 87/43387/9
Jan Olszak [Tue, 7 Jul 2015 11:13:45 +0000 (13:13 +0200)]
Handling signals with signalfd

[Feature]       Synchronous signal handling
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I5a31fcb9929a3d8d36c1ea275c089412687478d5

8 years agoRemoved unused code (ZONE_CONNECTION macro) 54/42954/4
Mateusz Malicki [Mon, 6 Jul 2015 08:39:24 +0000 (10:39 +0200)]
Removed unused code (ZONE_CONNECTION macro)

[Bug]           Unused code
[Cause]         There is no connection to zone
[Solution]      Remove ZONE_CONNECTION macro and related code
[Verification]  Build

Change-Id: I805372a08ddd3507cbe6bfaeeca968560eb593e6

8 years agoMoved dispatching to Server 95/42995/4
Jan Olszak [Mon, 6 Jul 2015 09:58:10 +0000 (11:58 +0200)]
Moved dispatching to Server

[Feature]       Dispatcher can be used outside IPC.
[Cause]         Will be needed to process signalfd
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I17298da5e4758bbf0fa266bcf896f464df29c9a3

8 years agoFix method signature (add override) 85/42985/1
Mateusz Malicki [Mon, 6 Jul 2015 13:25:25 +0000 (15:25 +0200)]
Fix method signature (add override)

[Bug]           Can't compile with clang 3.6
[Cause]         Missing override in method signature
[Solution]      N/A
[Verification]  Compile with clang.

Change-Id: Iac6094321be0571ccb39bebc3e911665abd9053e

8 years agoFix doxygen comment 58/42958/1
Mateusz Malicki [Mon, 6 Jul 2015 09:41:16 +0000 (11:41 +0200)]
Fix doxygen comment

[Bug]           Can't compile with clang 3.6
[Cause]         Bad format of doxygen comment (command-line-interface.hpp)
[Solution]      N/A
[Verification]  Compile with clang.

Change-Id: If8a394d67ac37f402802a23bdf990f1ea70306d2

8 years agoInteractive mode and other improvements to vasum-cli tool 65/42065/8
Lukasz Pawelczyk [Mon, 22 Jun 2015 12:03:15 +0000 (14:03 +0200)]
Interactive mode and other improvements to vasum-cli tool

[Feature]       These features have been implemented/updated:
                - interactive mode
                - persistent connection during interactive mode
                - better help
                - simple mode for cli auto-completion
                The interactive mode allows to make full use of queue
                lock/unlock commands. They can also be easily tested
                with it.
[Cause]         n/a
[Solution]      n/a
[Verification]  Run vasum-cli and executed several commands.
                Tested auto completion. Tested lock/unlock queue.

Change-Id: If623559c9250bf480cc600ba89c2d5fe02137a18

8 years agoAdjust to coding style rules 28/42528/4
Krzysztof Dynowski [Mon, 29 Jun 2015 14:13:12 +0000 (16:13 +0200)]
Adjust to coding style rules

[Feature]       package includes in double quotes
[Cause]         n/a
[Solution]      replace tiangle brackets to double quotes
[Verification]  Build

Change-Id: I7fc5815a3213566172dc8561240f463d610e48ea

8 years agoVarious changes relating to Fedora Linux support. 68/42068/9
Dariusz Michaluk [Mon, 22 Jun 2015 08:59:52 +0000 (10:59 +0200)]
Various changes relating to Fedora Linux support.

[Bug/Feature]   Fix vasum-cli create_zone (add zone template name parameter).
                Default zone template depends on target platform.
                Create zones data directory.
                Add fedora zone template.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests, run daemon,
                create/start/shutdown/destroy zone.

Change-Id: I63b4b6a60c85b826492e13d016f67e489cefb36c

8 years agoImplement a Lock/Unlock Queue API calls. 74/41874/7
Lukasz Pawelczyk [Thu, 18 Jun 2015 13:21:38 +0000 (15:21 +0200)]
Implement a Lock/Unlock Queue API calls.

[Feature]       Calls that make it possible to lock a queue exclusively
                to one client (IPC/DBUS) which can then order few calls
                in a row with a guarantee that no other client will
                interrupt.
[Cause]         n/a
[Solution]      n/a
[Verification]  Built, installed, run tests. Also see below.

Additional features implemented in this commit to support the above:
- DBus client disconnected notification. Adds a new callback to
  registerObject() that's called when a client that previously talked to
  the server gets disconnected.
- ZoneManager level client disconnect notification using the
  aforementioned DBus and already implemented IPC functionalities.
- Changed SwitchToDefault from signal to a method so we can return an
  error code when the queue is locked.
- MethodResultBuilder's getID() call that returns ipc independent
  identifier that client connections can be identified with (using
  getPeerID and getPeerName from IPC and DBus specific classes
  respectively).
- mGuard fixed in the DbusConnection class. Now it really does protect
  mConnection and mNameID as well as newly introduced mWatchedClients.
- Various half-related fixes/changes here and there (whitespaces,
  duplicate definition of PROXY_CALL in the DBus interface, etc).

There are no tests in this commit for the DBus features and the
Lock/Unlock queue. They will follow in the later commits.

To somewhat test the disconnect notifications (both, DBus level and
ZoneManager level) one can connect to the server using appropriate APIs
and watch the DEBUG/TRACE logs. This can be achieved using the following
commands:

$ dbus-send --system --dest=org.tizen.vasum.host \
            --type=method_call --print-reply \
            /org/tizen/vasum/host \
            org.tizen.vasum.host.manager.GetZoneIds
$ vasum-cli get_zone_ids

WARNING: this commit breaks API/ABI of libSimpleDbus

Change-Id: Ic0ed2371e563c34340ad41d66dd943a1abc8eb48

8 years agoOptimization turned off when compiling with coverage support 31/42231/3
Mateusz Malicki [Wed, 24 Jun 2015 14:38:03 +0000 (16:38 +0200)]
Optimization turned off when compiling with coverage support

[Feature]       Better coverage report
[Cause]         Optimization can broke coverage report
[Solution]      Turn off optimization
[Verification]  Build with 'CCOV' target, run, generate report

Change-Id: I13f04d16f6292e5def30a6af75c5fcbc5038fde1

8 years agoWrapper: send/recv socket fd - based on public domain code 87/42287/1
Krzysztof Dynowski [Thu, 25 Jun 2015 08:52:35 +0000 (10:52 +0200)]
Wrapper: send/recv socket fd - based on public domain code

[Bug/Feature]   Protex reported copy of code from LXC sources
[Cause]         Copied from vasum old api
[Solution]      Follow public domain examples from "Unix Network Programming"
[Verification]  Next protex report

Change-Id: I13163a3e0ef68d816ad194e515cab28629a7291f

8 years agoFix Klocwork issues 09/42109/1
Lukasz Kostyra [Tue, 23 Jun 2015 09:28:51 +0000 (11:28 +0200)]
Fix Klocwork issues

[Bug]           Issues reported by Klocwork
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I745cccedceff96fc3b1f475da4308f17775a6d24

8 years agoCheck vasum runtime - rename vasum-check-env to vasum-check-config 98/41998/1
Krzysztof Dynowski [Fri, 19 Jun 2015 12:49:30 +0000 (14:49 +0200)]
Check vasum runtime - rename vasum-check-env to vasum-check-config

[Bug/Feature]   naming convention
[Cause]         N/A
[Solution]      rename
[Verification]  N/A

Change-Id: I6fb89a9378da7d4c04c0cae74935fdf67df5d3d6

8 years agoFinish CreateFile API 79/41579/6
Lukasz Kostyra [Tue, 16 Jun 2015 10:56:18 +0000 (12:56 +0200)]
Finish CreateFile API

[Feature]       N/A
[Cause]         Missing API
[Solution]      Add missing functions in ZonesManager and in Communication
[Verification]  Build, install, run tests

Change-Id: I417e1deeca2effcdb772189045263d0c9dd22de7

8 years agoAdd wrapper for lxc-fedora template 97/41597/5
Dariusz Michaluk [Tue, 16 Jun 2015 12:39:42 +0000 (14:39 +0200)]
Add wrapper for lxc-fedora template

[Feature]       Add wrapper for lxc-fedora template
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, create/start/shutdown/destroy zone.

Change-Id: Iaa071f19dedfb7406d576858d8c7be2600b1e077

8 years agoDon't print LOGS messages when log level is greater than TRACE 13/41813/2
Dariusz Michaluk [Thu, 18 Jun 2015 07:43:58 +0000 (09:43 +0200)]
Don't print LOGS messages when log level is greater than TRACE

[Bug]           LOGS messages was always printed
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, run `vasum-server -r` and `vasum-server -r -l TRACE`

Change-Id: Iec4fdd5d40a3920a51afae0a687387cb71b85ea2

8 years agoVasum's logo and icons 84/41784/1
Jan Olszak [Wed, 17 Jun 2015 11:25:08 +0000 (13:25 +0200)]
Vasum's logo and icons

[Bug]           N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  N/A

Change-Id: I65f0288aa398674b4c1307f9f52255218caf7922

8 years agoRemove HostIpcConnection class 44/40844/5
Mateusz Malicki [Tue, 9 Jun 2015 14:14:42 +0000 (16:14 +0200)]
Remove HostIpcConnection class

[Bug]           Unnecessary HostIpcConnection class (ipc wrapper)
[Cause]         N/A
[Solution]      N/A
[Verification]  run ClientSuite tests

Change-Id: Ic2a3973593e3bec1d64715976c44ec460f66ee21

8 years agoAdd vsm_get_event_fd and vsm_enter_eventloop 35/40435/7
Mateusz Malicki [Wed, 3 Jun 2015 13:58:18 +0000 (15:58 +0200)]
Add vsm_get_event_fd and vsm_enter_eventloop

[Feature]       Provide possibility to implement custom event loop for
                user of vasum client library
[Cause]         Integration with other services
[Solution]      Possibility to fetch event fd and run event loop
[Verification]  run ClientSuite tests

Change-Id: Ic47e5de8bfd09889330d97d35d4c9ef47f238953

8 years agoCreate File in LxcZone 11/41211/9
Jan Olszak [Mon, 8 Jun 2015 14:17:16 +0000 (16:17 +0200)]
Create File in LxcZone

[Feature]       Create files in zones
                Pass file descriptors to those files
                Api definition
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, run all tests

Change-Id: I9780b8922fac2548bae642b0e732dd96998996ab

8 years agoUnlock the latch even in the case of an exception 54/41454/2
Lukasz Pawelczyk [Mon, 15 Jun 2015 11:52:25 +0000 (13:52 +0200)]
Unlock the latch even in the case of an exception

[Feature]       N/A
[Cause]         If an exception is thrown during execute() the calling
thread's latch will never be unlocked.
[Solution]      Unlock the latch after the whole try/catch.
[Verification]  Built, installed, run tests

Change-Id: I2891d83f4f3459a2d2d60cdc4d2986e37894c959

8 years agoCheck vasum runtime environment, provide utility to check kernel config 26/40426/10
Krzysztof Dynowski [Wed, 3 Jun 2015 12:45:26 +0000 (14:45 +0200)]
Check vasum runtime environment, provide utility to check kernel config

[Bug/Feature]   check vasum enviroment and kernel config
[Cause]         N/A
[Solution]      server option to check runtime, script based on lxc-checkconfig
[Verification]  Build, install on target, run server and script

Change-Id: I28b6982694e7918cad31e59cee35b5872e554246

8 years agoMake all the API calls queue together so we guarantee order 96/40996/4
Lukasz Pawelczyk [Wed, 10 Jun 2015 16:27:02 +0000 (18:27 +0200)]
Make all the API calls queue together so we guarantee order

[Bug]           Some API calls were async hence the sync ones could have
                been run before them. There was no guarantee for the
                calls to be ordered the way they've been requested.
[Cause]         N/A
[Solution]      Add sync calls to the same queue as the async ones so we
                can guarantee their order of execution.
[Verification]  Built, installed, run tests.

Change-Id: Iab59552d46689fb86576539012004107f4e675b3

8 years agoRemove ZoneAdmin class 84/40984/3
Lukasz Kostyra [Wed, 10 Jun 2015 11:25:25 +0000 (13:25 +0200)]
Remove ZoneAdmin class

[Feature]       Removed ZoneAdmin class
[Cause]         Unneeded layer between Zone class and LXC Zone
[Solution]      Remove ZoneAdmin class, move its functionality to Zone class
[Verification]  Build, install, run tests

Change-Id: Id539ee2596c948f4cac6a0b9dff198d3d2b42c75

8 years agoFix for responding to a first request after socket activation 46/40846/4
Lukasz Pawelczyk [Tue, 9 Jun 2015 15:30:14 +0000 (17:30 +0200)]
Fix for responding to a first request after socket activation

[Bug]           When socket activated the first request might not be
                properly handled because all the callback might not have
                registered yet.
[Cause]         N/A
[Solution]      Delayed handling requests until all the callbacks have
                been registered.
[Verification]  Built, installed, run tests.
Did several tries with triggering socket activation:
                1. systemctl start vasum.service
2. vasum-cli create_zone test
3. systemctl stop vasum.service
                4. vasum-cli get_zone_ids
                5. observe no error and list of zones should show 'test'
                6. goto 3

Change-Id: I6de9742959d32afe68f496246065d3befc823955

8 years agoRemove unused function 55/40955/1
Mateusz Malicki [Wed, 10 Jun 2015 10:11:56 +0000 (12:11 +0200)]
Remove unused function

[Bug]           Compile error
[Cause]         capget is static unused function
[Solution]      Remove capget
[Verification]  Compile with clang

Change-Id: I3fb8e4b3de7f4bf4a02d3cb1c96009c3beb262c7

8 years agoFix bash completion in case of user grep color aliases 39/40839/2
Lukasz Pawelczyk [Tue, 9 Jun 2015 13:18:29 +0000 (15:18 +0200)]
Fix bash completion in case of user grep color aliases

[Bug]           Mitigate user grep aliases that use colors
[Cause]         N/A
[Solution]      Add --color=never to grep
[Verification]  Checked that bash completion works

Change-Id: Ifffaf2e931f1cd573c6629a1932aca28b924509a

8 years agoFix CMake variables 22/40822/4
Lukasz Kostyra [Tue, 9 Jun 2015 08:55:03 +0000 (10:55 +0200)]
Fix CMake variables

[Bug]           * systemd service/socket files should be in /usr/local/lib, while
                  compiled libraries should reside in /usr/local/lib64 on 64-bit
                  systems.
                * Two sockets were created - one by systemd service, one by vasum
                  IPC mechanisms.
[Cause]         N/A
[Solution]      Rename vasum-ipc.socket to vasum.socket
                Correct variables regarding library and systemd file locations
[Verification]  Build, install, run tests, run vasum-cli, check file locations and
                service files.

Change-Id: I54681eaebd00b1aec547617a2ea51b0675c24ec3

8 years agoRemove useless callback layer from Host*Connection 36/40736/3
Lukasz Kostyra [Tue, 26 May 2015 06:52:19 +0000 (08:52 +0200)]
Remove useless callback layer from Host*Connection

[Bug]           Host*Connection classes had redundant callback layer.
[Cause]         N/A
[Solution]      Make Host*Connection objects aware of ZonesManager.
                Remove unneeded callbacks.
[Verification]  For both with and without Dbus:
                  * Build
                  * Run tests
                  * Make sure, that vasum-cli works

Change-Id: I8fd76d279731efdf201e797f2ef7600aed355aaa

8 years agoVarious changes relating to build on Fedora Linux. 27/40427/3
Dariusz Michaluk [Fri, 29 May 2015 12:44:12 +0000 (14:44 +0200)]
Various changes relating to build on Fedora Linux.

[Bug/Feature]   Support different versions of json-c.
                Unify installation paths.
                Fix compiler warnings.
                Support different platform type in RPM spec file.
                Small changes in deamon and service configuration.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, run tests, run server on Tizen and Fedora.
                Select platform type with --define 'platform_type FEDORA or TIZEN'

Change-Id: I6ef85e9605d2069701ee68dd8e8946f0346387f5

8 years agoFile descriptor passing via IPC 68/40268/12
Jan Olszak [Mon, 1 Jun 2015 14:11:54 +0000 (16:11 +0200)]
File descriptor passing via IPC

[Feature]       FD passing via Unix socket
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, run all tests

Change-Id: I1683a7e99a104d5dbdd5c0c56913753c9bdd3cf2

8 years agoRemoved Glib connected functions from API 36/40336/1
Jan Olszak [Tue, 2 Jun 2015 12:16:43 +0000 (14:16 +0200)]
Removed Glib connected functions from API

[Feature]       N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, run all tests

Change-Id: I3fe5e789535fcb53ee5d223172cb63bd44fb962c

8 years agoSmall documentation for github 21/40021/2
Jan Olszak [Wed, 27 May 2015 16:48:47 +0000 (18:48 +0200)]
Small documentation for github

[Feature]       N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  N/A

Change-Id: Ia7beba020ae92619e3639ee70af65794d2b662a1

8 years agoFix configuration script permissions 06/40006/2
Jan Olszak [Wed, 27 May 2015 13:30:33 +0000 (15:30 +0200)]
Fix configuration script permissions

[Feature]       N/A
[Cause]         N/A
[Solution]      LXC templates have x permission
[Verification]  Build, run all tests

Change-Id: I6a2486a588f8a28dfe84f187a4889f0f9500e2a6

8 years agoVasum wrapper #8: implement socket related functions, obsolete vasum-daemon 60/39860/6
Krzysztof Dynowski [Mon, 25 May 2015 11:13:32 +0000 (13:13 +0200)]
Vasum wrapper #8: implement socket related functions, obsolete vasum-daemon

[Bug/Feature]   socket not opens, rpm install conflict
[Cause]         N/A
[Solution]      #8 implement socket creation, etc.
[Verification]  Build, install on target, check journal

Change-Id: I2c6dd5e40a08bda3722167c4e1f06b60bb53e7dc

8 years agoRemove libcap_ng and replace it with syscalls 50/39550/5
Lukasz Kostyra [Wed, 6 May 2015 10:16:49 +0000 (12:16 +0200)]
Remove libcap_ng and replace it with syscalls

[Feature]       libcap_ng is removed
[Cause]         N/A
[Solution]      Replace libcap_ng with syscalls
[Verification]  Build, install, run vasum-server without root and check if all
                needed capabilities were kept by the process.

Change-Id: Idab4c7b579c6541d941e8c9e9c792427428f8fe5

8 years agoFix GetZoneIdByPidTestMultiple, GrantRevoke 80/39680/3
Mateusz Malicki [Tue, 19 May 2015 16:38:11 +0000 (18:38 +0200)]
Fix GetZoneIdByPidTestMultiple, GrantRevoke

[Feature]       GetZoneIdByPidTestMultiple, GrantRevoke some times fails
[Cause]         Timeout was too small
[Solution]      Increase timeout
[Verification]  Build, install, run tests

Change-Id: Id191c1a6443e19f729dfc90c9a3c8c34dc4166e3

8 years agoFix SocketSuite/SystemdSocket 42/39742/2
Mateusz Malicki [Thu, 21 May 2015 15:25:22 +0000 (17:25 +0200)]
Fix SocketSuite/SystemdSocket

[Bug]           Prevent from run vasum-socket-test.service in qemu
[Cause]         N/A
[Solution]      Remove ConditionVirtualization=no
[Verification]  Build, install on emulator, run SocketSuite/SystemdSocket test

Change-Id: I4fc0c9da2a4ca55878acec6203caab3674d94d02

8 years agoVasum wrapper #7, add functions introduced in last vasum old API, link to Ipc 81/39681/4
Krzysztof Dynowski [Wed, 20 May 2015 15:41:52 +0000 (17:41 +0200)]
Vasum wrapper #7, add functions introduced in last vasum old API, link to Ipc

[Bug/Feature]   latest image not works with wrapper
[Cause]         last vasum old API introduced new functions
[Solution]      #7 implement those new functions
[Verification]  Build, install on target, check journal

Change-Id: I95d46157d419e0886beb00574bc94a1bfe316677

8 years agoFix SwitchToDefault and AllowSwitchToDefault 41/39741/2
Mateusz Malicki [Thu, 21 May 2015 15:05:16 +0000 (17:05 +0200)]
Fix SwitchToDefault and AllowSwitchToDefault

[Bug]           SwitchToDefault and AllowSwitchToDefault some times fails
[Cause]         Signal handler are not set
[Solution]      Ensure signal handler propagate (wait)
[Verification]  Build, install on emulator,
                run ZonesManagerSuite/SwitchToDefault and
                ZonesManagerSuite/AllowSwitchToDefault tests (multiple times)

Change-Id: I3c9c2549903cebcc30496af3ccb427c1186d1b23

8 years agoFix IPCSuite/WriteTimeout 35/39735/2
Mateusz Malicki [Thu, 21 May 2015 14:12:53 +0000 (16:12 +0200)]
Fix IPCSuite/WriteTimeout

[Bug]           IPCSuite/WriteTimeout some time fails
[Cause]         To large write timeout and too small response time
                - checking timeout when response has already been
                callSync only sometimes takes into account the serialization time
[Solution]      Increase response time. Wait for sending till timeout countdown start
[Verification]  Build, install on emulator, run IPCSuite/WriteTimeout test (multiple times)

Change-Id: Ic9e814a0ae5cb85a769f0398d5126b0b67f5c626

9 years agoAdd vsm_get_zone_rootpath API function 55/39655/2
Dariusz Michaluk [Wed, 20 May 2015 09:46:33 +0000 (11:46 +0200)]
Add vsm_get_zone_rootpath API function

[Bug/Feature]   Introduce new API function: vsm_get_zone_rootpath
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: Ia4f9f6701f20d6a32878bf13c59a8ad9ade9a9bb

9 years agoFix building on x86_64 46/39646/2
Mateusz Malicki [Wed, 20 May 2015 09:03:39 +0000 (11:03 +0200)]
Fix building on x86_64

[Bug]           Removed unneeded cast
[Cause]         Lose precision cast
[Solution]      N/A
[Verification]  Build on x86_64

Change-Id: I2302eaefed4f0c94f29ad94468ff9d83fa15166e

9 years agoAdd libsystemd-daemon build dependencies 45/39645/3
Mateusz Malicki [Wed, 20 May 2015 08:58:50 +0000 (10:58 +0200)]
Add libsystemd-daemon build dependencies

[Bug]           LibIpc need libsystemd-daemon
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install on target

Change-Id: I6da84631ed75e80d8e0f417dd4aacdc51f797a11

9 years agoFix critical bug in environment.cpp 48/39648/1
Lukasz Kostyra [Wed, 20 May 2015 09:30:54 +0000 (11:30 +0200)]
Fix critical bug in environment.cpp

[Bug]           "Namespaced" word was misspelled in "passNamespacedFd" function declaration,
                definition and usage. Assuming someone does not use syntax recognition,
                it could case critical errors during compilation and a lot of confusion.
[Cause]         Author of passNamespacedFd function made a typo.
[Solution]      Replace "Nemaspaced" with correct version - "Namespaced".
[Verification]  Build, install, run tests.

Change-Id: I3df106ee8e275210af43de572a9c69ba0a220a56

9 years agoVasum wrapper #6, implement vsm_declare_*, add logs, missing functions 49/39549/4
Krzysztof Dynowski [Mon, 18 May 2015 13:05:57 +0000 (15:05 +0200)]
Vasum wrapper #6, implement vsm_declare_*, add logs, missing functions

[Bug/Feature]   dummy implementation of vsm_declare_link,vsm_declare_file,vsm_declare_mount
[Cause]         N/A
[Solution]      #6 implement vsm_declare_link,vsm_declare_file,vsm_declare_mount
[Verification]  Build, install on target

Change-Id: I522233d4b02a9af8d2c282e6a04cd96be85920df

9 years agoFix ip command 09/39609/1
Dariusz Michaluk [Tue, 19 May 2015 12:33:35 +0000 (14:33 +0200)]
Fix ip command

[Feature]       N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run server.

Change-Id: Ic28e6ea45c80fc48934ee911f7f5cee68cfcbb87

9 years agoReplace brctl with ip (remove bridge-utils dependency) 52/39552/3
Dariusz Michaluk [Mon, 18 May 2015 14:05:25 +0000 (16:05 +0200)]
Replace brctl with ip (remove bridge-utils dependency)

[Feature]       N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run server.

Change-Id: I8acbaff403d611df82bbebaef5d6281defb2acf8

9 years agoCleanup daemon and zones configuration 42/39542/2
Dariusz Michaluk [Wed, 13 May 2015 14:19:26 +0000 (16:19 +0200)]
Cleanup daemon and zones configuration

[Feature]       Move unit tests configs to one directory.
                Remove unnecessary unit tests configs.
                Remove zoneTemplatePrefix from daemon config (zoneTemplateDir is used instead).
                Rename some configs.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests, run server.

Change-Id: Iabed6b7bfc1999296bcea89269195867d804c9ac

9 years agolibIpc separated from vasum #2/2 13/39413/6
Mateusz Malicki [Thu, 14 May 2015 12:32:52 +0000 (14:32 +0200)]
libIpc separated from vasum #2/2

[Feature]      libIpc separated from vasum;
[Cause]        N/A
[Solution]     Some header files from utils are copied to libIpc-devel rpm package
               (they can conflict with libSimpleDbus-devel header files)
[Verification] Build, install, run tests

Change-Id: Ic89a6e1d2a7a4cbb48112eef226b11cd10eb7987

9 years agolibIpc separated from vasum #1 (code refactor) 05/39305/5
Mateusz Malicki [Thu, 14 May 2015 10:31:27 +0000 (12:31 +0200)]
libIpc separated from vasum #1 (code refactor)

[Feature]      Code refactor
                a) moved vasum::utils namspace to utils namespace
                b) moved vasum::ipc namespace to ipc namespace
                c) moved vasum::epoll namespace to ipc::epoll namespace
                d) moved common/epoll source dir to common/ipc/epoll
                e) moved UtilsException to utils namespace
                f) moved getSystemErrorMessage to utils/exception.hpp
[Cause]        N/A
[Solution]     N/A
[Verification] Build, install

Change-Id: I2cda58decfdb30ec9a27f7cb65940ae8dbc7edf3

9 years agoVasum wrapper #5, fix exported function list 59/39359/4
Krzysztof Dynowski [Wed, 13 May 2015 13:32:25 +0000 (15:32 +0200)]
Vasum wrapper #5, fix exported function list

[Bug/Feature]   exported funcs not visible
[Cause]         missing API keyword in declaration
[Solution]      #5 add API keyword
[Verification]  Build, build old clients, install on target

Change-Id: Idd408bb59f9421d43b153117aa3d825610722283

9 years agoFix vsm_create_zone timeout 58/39358/1
Dariusz Michaluk [Wed, 13 May 2015 11:56:12 +0000 (13:56 +0200)]
Fix vsm_create_zone timeout

[Feature]       Greater timeout for vsm_create_zone
[Cause]         Timeout was too small
[Solution]      N/A
[Verification]  Start vasum on odroid, create zone

Change-Id: Ic9015f7987c986267d47b5ce55d04a9749baf85c

9 years agoRename all not associated with LXC stuff. 40/39340/1
Dariusz Michaluk [Tue, 12 May 2015 14:19:01 +0000 (16:19 +0200)]
Rename all not associated with LXC stuff.

[Bug/Feature]   Rename all not associated with LXC stuff.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests.

Change-Id: I40bf4156e5148dc3a6f3d81bc2e7edfe81c56596

9 years agoVasum wrapper #4, cleanup 86/39286/3
Krzysztof Dynowski [Tue, 12 May 2015 13:05:13 +0000 (15:05 +0200)]
Vasum wrapper #4, cleanup

[Bug/Feature]   Cleanup folder structure
[Cause]         wrapper mixed with client
[Solution]      #4 move wrapper sources to separate folder
[Verification]  Build, build old clients

Change-Id: I467e12d996e2c23ce0e46182c7e3d74ea2943ada

9 years agoVasum wrapper #3, fixes, API update 68/39268/2
Krzysztof Dynowski [Tue, 12 May 2015 07:18:14 +0000 (09:18 +0200)]
Vasum wrapper #3, fixes, API update

[Bug/Feature]   Old vasum client not compiling with wrapper
[Cause]         missing struct defs
[Solution]      #3 update wrapper API (use correct vasum.h)
[Verification]  Build, build old clients

Change-Id: I97f21d77ed6b56d4e046c577521f839b74c31779

9 years agoCleanup RPM spec file. Fix RPMLINT errors. 01/39201/1
Dariusz Michaluk [Mon, 11 May 2015 14:22:53 +0000 (16:22 +0200)]
Cleanup RPM spec file. Fix RPMLINT errors.

[Bug/Feature]   Cleanup RPM spec file. Fix RPMLINT errors.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, uninstall.

Change-Id: I063dd412b1999b9cda5e2cdf3d62ee2282abca1b

9 years agoClient timeout fixes: vsm_start_zone, vsm_shutdown_zone, vsm_lock_zone 93/38993/8
Mateusz Malicki [Wed, 6 May 2015 09:38:03 +0000 (11:38 +0200)]
Client timeout fixes: vsm_start_zone, vsm_shutdown_zone, vsm_lock_zone

[Feature]       Greater timeout for vsm_start_zone, vsm_shutdown_zone,
                vsm_lock_zone, vsm_destroy_zone
[Cause]         Timeout was too small
[Solution]      N/A
[Verification]  Start vasum on odroid, start zone, lock zone,
                shutdown zone, destroy zone

Change-Id: I22c080565736abeb95a1e57653777c7d0863c7b3

9 years agoDoxygen fixes 85/39185/4
Mateusz Malicki [Mon, 11 May 2015 10:28:55 +0000 (12:28 +0200)]
Doxygen fixes

[Bug]           Doesn't compile with clang
[Cause]         Doxygen parse errors
[Solution]      Fix doxygen comments
[Verification]  Compile with clang 3.5.1

Change-Id: Ifa43326293b27ad45c2f3e217f4c09d175cc5c15

9 years agoRemoved unnecessary debug messages logging 79/39179/4
Mateusz Malicki [Mon, 11 May 2015 08:57:29 +0000 (10:57 +0200)]
Removed unnecessary debug messages logging

[Bug]           Unnecessary debug messages
[Cause]         Listening to signals from all the dbus buses
[Solution]      Listen on only one dbus interface
[Verification]  Build with DEBUG, run on odroid. There shouldn't be
                debug messages about received signals from external services

Change-Id: I9096b581d970da5a6bd18beca5fa8d13688ab875

9 years agoVasum client wrapper epoch fix, remove unwanted logging 92/39192/4
Krzysztof Dynowski [Sun, 3 May 2015 10:10:17 +0000 (12:10 +0200)]
Vasum client wrapper epoch fix, remove unwanted logging

[Bug/Feature]   Missing epoch in spec, too many logging messages
[Cause]         N/A
[Solution]      Add epoch, remove unwanted logging
[Verification]  Build, install on target, check journal

Change-Id: Ie18565a52e2d0fbf6e2089c3c122a30c5bd1e6e1

9 years agoVasum Wrapper: wrap old api client library #2 89/38889/16
Krzysztof Dynowski [Tue, 21 Apr 2015 14:54:03 +0000 (16:54 +0200)]
Vasum Wrapper: wrap old api client library #2

[Bug/Feature]   Old API wrapper
[Cause]         wrap to vasum lib
[Solution]      #2 binary compatible wrapper
[Verification]  Build, install on target, check journal

Change-Id: Ifadee97d41189937aacc1723f2890bb5904c6851

9 years agoRemove strerror usage 54/38854/5
Mateusz Malicki [Wed, 29 Apr 2015 10:49:46 +0000 (12:49 +0200)]
Remove strerror usage

[Bug]           strerror isn't thread-safe
[Cause]         Thread usage
[Solution]      Replaces all strerror with strerror_r
[Verification]  Build, run test

Change-Id: I9fc5e84da011d80af7fb7a7877fe868e8e300ea9

9 years agoListen on dbus and ipc socket at the same time 78/38978/4
Mateusz Malicki [Tue, 5 May 2015 15:44:08 +0000 (17:44 +0200)]
Listen on dbus and ipc socket at the same time

[Feature]       Possibility to handle ipc and dbus requests without recompiling the code.
                To build without dbus add --define 'without_dbus ON' to gbs arguments
[Cause]         N/A
[Solution]      N/A
[Verification]  Build with --define 'without_dbus ON' and without it,
                run tests for each build, check if server starts

Change-Id: Ibd00485c4b3a6451a1cb7046f3488ff77150b3ea

9 years agoCreate libLogger, libSimpleDbus, libConfig packages. 55/38855/5
Dariusz Michaluk [Mon, 20 Apr 2015 13:21:39 +0000 (15:21 +0200)]
Create libLogger, libSimpleDbus, libConfig packages.

[Bug/Feature]  Create libLogger, libSimpleDbus, libConfig packages.
[Cause]        N/A
[Solution]     N/A
[Verification] Build, install, run tests, run server.

Change-Id: Iab8c507315f6534ffd11e9f664e017ab45d7e94e
Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
9 years agoRemove zone-host connection 28/38728/10
Mateusz Malicki [Mon, 27 Apr 2015 09:12:06 +0000 (11:12 +0200)]
Remove zone-host connection

[Feature]       No dbus connection with zone
[Cause]         N/A
[Solution]      Remove code responsible for zone connection
[Verification]  Build with and without DBUS_CONNECTION macro, run tests for each build
                (NOTE: ClientSuite/NotRunningServer will fail)

Change-Id: Ida474fba31111eb431ddc97c4bc3def1eeb932c7

9 years agoRemove libvirt code 65/38965/3
Dariusz Michaluk [Mon, 4 May 2015 15:33:28 +0000 (17:33 +0200)]
Remove libvirt code

[Bug/Feature]   N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  N/A

Change-Id: Ic288d52a0408d17a6b898d7ab96ef9ed116b4af5

9 years agoMake tests independent from running Vasum server instance 62/38762/1
Lukasz Kostyra [Mon, 27 Apr 2015 11:47:31 +0000 (13:47 +0200)]
Make tests independent from running Vasum server instance

[Bug]           Running tests when Vasum server was up caused "Connection
                refused" error in vasum-cli.
[Cause]         Unit tests used vasum-ipc.socket, which overriden the
                connection between CLI and Vasum server.
[Solution]      Separate unit-tests IPC socket from Vasum server socket.
                Unit-tests now create and use their own socket:
                vasum-ipc-unit-tests.socket
[Verification]  Build, install, run Vasum service, run all tests.
                Ensure that CLI works after tests finish running.

Change-Id: Ic94500b743e990273361d85dffecfbe17ddc0347

9 years agoVasum Wrapper: wrap old api client library #1 83/38683/1
Krzysztof Dynowski [Fri, 24 Apr 2015 10:51:19 +0000 (12:51 +0200)]
Vasum Wrapper: wrap old api client library #1

[Bug/Feature]   Old API wrapper
[Cause]         wrap to vasum lib
[Solution]      #1 add copy of old API headers
[Verification]  Build

Change-Id: I00b7c8cb102bbc30503be37611ffd3dd3a997a4f

9 years agoRename: DispalyOff to SwitchToDefault, ZoneDbusState to ZoneConnectionState (switch... 03/38503/9
Mateusz Malicki [Tue, 21 Apr 2015 11:28:19 +0000 (13:28 +0200)]
Rename: DispalyOff to SwitchToDefault, ZoneDbusState to ZoneConnectionState (switch to IPC #4)

[Feature]       Rename: DispalyOff to SwitchToDefault, ZoneDbusState to
                ZoneConnectionState (with related types and variables)
[Cause]         Switching from Dbus to IPC
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: Ibc331cd05d0f4b5d62400f449efd996268b91456

9 years agoPrevent from server termination after SIGPIPE 09/38609/4
Mateusz Malicki [Wed, 22 Apr 2015 16:29:57 +0000 (18:29 +0200)]
Prevent from server termination after SIGPIPE

[Bug]           Server killed after unexpected ipc client disconnect
[Cause]         Writing to a disconnected socket causes the SIGPIPE
[Solution]      Block signal
[Verification]  N/A

Change-Id: I27d50be0279c87894acff74627b6385dff72b762

9 years agoFix doxygen comment 10/38610/2
Mateusz Malicki [Wed, 22 Apr 2015 16:48:07 +0000 (18:48 +0200)]
Fix doxygen comment

[Bux]           Can't compile with clang 3.6
[Cause]         Bad format of doxygen comment
[Solution]      N/A
[Verification]  Compile with clang.

Change-Id: I7dc296317bf8c380faf4ea27321f58cb477d6f33

9 years agoPrevent from inheriting fd by zones 97/38597/3
Mateusz Malicki [Wed, 22 Apr 2015 12:43:51 +0000 (14:43 +0200)]
Prevent from inheriting fd by zones

[Bug]           Opened ipc socket are inherited by lxc proces
[Cause]         fork and exec copies fds
[Solution]      Set FD_CLOEXEC on ipc fd
[Verification]  N/A

Change-Id: I1d2af18bbbab3be5df292770537a398ee7b47b53

9 years agoAdd libSimpleDbus, libLogger, libConfig source code to Vasum. 59/38359/1
Dariusz Michaluk [Tue, 14 Apr 2015 15:36:19 +0000 (17:36 +0200)]
Add libSimpleDbus, libLogger, libConfig source code to Vasum.

[Feature]       Add libSimpleDbus, libLogger, libConfig source code to Vasum.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests, run server.

Change-Id: I2466604ee744874237fb989695d4104d399cdca1
Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
9 years agoHost to host communication test fix (switch to IPC #3) 51/38151/7
Mateusz Malicki [Mon, 13 Apr 2015 13:05:24 +0000 (15:05 +0200)]
Host to host communication test fix (switch to IPC #3)

[Feature]       Repaired tests that uses host to host communication
[Cause]         Switching from Dbus to IPC
[Solution]      Using IPCAccessory instead DbusAccessory
[Verification]  run tests with Valgrind

Change-Id: Ia326bd98559691a7f5d61925760c811b0f5ea9a4

9 years agoHost to host communication through IPC (switch to IPC #2) 96/37996/11
Mateusz Malicki [Thu, 9 Apr 2015 08:33:31 +0000 (10:33 +0200)]
Host to host communication through IPC (switch to IPC #2)

[Feature]       Using IPC for host to host communication
[Cause]         Switching from Dbus to IPC
[Solution]      Using IPC in host and client
[Verification]  run ClientSuite tests with Valgrind

Change-Id: I45bda31482fbf0a6a1dab7d14cc407bfd73a96c1

9 years agoZones stopped by default when Vasum is starting. 72/38072/3
Dariusz Michaluk [Fri, 10 Apr 2015 13:08:30 +0000 (15:08 +0200)]
Zones stopped by default when Vasum is starting.

[Bug/Feature]   Zones was always started.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests, run server.

Change-Id: I5ca9ad8bdedea43a409d8f1c9061447c6462c4cc
Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
9 years agoClient refactor (using libConfig, switch to IPC #1) 73/37873/12
Mateusz Malicki [Tue, 7 Apr 2015 13:41:58 +0000 (15:41 +0200)]
Client refactor (using libConfig, switch to IPC #1)

[Feature]       Using libConfig for serialize parameters
[Cause]         Switching from Dbus to IPC
[Solution]      Using libConfig for serialize parameters
[Verification]  run tests with Valgrind

Change-Id: I0562037cfc5b78b53024d0021ab74a0a1d3a3f3d

9 years agoUpdate tizen common (with wayland) lxc template 38/37938/2
Dariusz Michaluk [Wed, 8 Apr 2015 11:36:17 +0000 (13:36 +0200)]
Update tizen common (with wayland) lxc template

[Bug/Feature]   Adjust template to new platform image
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: If2771b8f39ca1422885fb241a7d7f0958b965065
Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
9 years agoOptimize launchAsRoot when UID is 0 38/37838/2
Lukasz Kostyra [Tue, 7 Apr 2015 08:54:00 +0000 (10:54 +0200)]
Optimize launchAsRoot when UID is 0

[Feature]       Optimization in launchAsRoot function
[Cause]         There is no need to fork when we are already launched as root
[Solution]      Call func directly when UID is 0
[Verification]  Build, install, run tests

Change-Id: I25453b18329d1c5f353e4303d82836943d19528b

9 years agoMove shutdown timeout to Zone config 35/37835/1
Lukasz Kostyra [Tue, 7 Apr 2015 06:25:21 +0000 (08:25 +0200)]
Move shutdown timeout to Zone config

[Feature]       Shutdown timeout is moved to Zone configuration file
[Cause]         Shutdown timeout was a constant hardcoded into Zone Admin
[Solution]      Move timeout for shutdown to Zone config file
[Verification]  Build, install, run tests

Change-Id: Ie8dd1f81d6fd21d7685923c31361a86dde5c9a3d

9 years agoCleaned integration tests, load daemon.conf as json 05/35605/9
Krzysztof Dynowski [Mon, 16 Feb 2015 18:43:29 +0000 (19:43 +0100)]
Cleaned integration tests, load daemon.conf as json

[Bug/Feature]       Integration tests neglected, fix launchProc
[Cause]             tests outdated
[Solution]          update test scripts
[Verification]      Build, install, run integrataion tests

Change-Id: I4c911d7e7842e96e0fe0716ecab0b03331032f06

9 years agoFIX: vsm_lookup_zone_by_id, vsm_zone_get_netdevs; test added 28/37528/4
Mateusz Malicki [Mon, 30 Mar 2015 13:37:40 +0000 (15:37 +0200)]
FIX: vsm_lookup_zone_by_id, vsm_zone_get_netdevs; test added

[BUG]           Can't get return parameters from vsm_lookup_zone_by_id.
                Segfault when calling zone_get_netdevs.
[Cause]         Return type should by (siss) not ((siss)); parameters aren't set properly.
                Wrong return type in vsm_zone_get_netdevs (NetDevList instead GetNetDevAttrs).
[Solution]      Return type changed.
                Added ClientSuite/LookupZoneById, ClientSuite/ZoneGetNetdevs tests.
[Verification]  Run ClientSuite test

Change-Id: I56365571aef20ecf445b5a89b6edf94abd567a35

9 years agoAdded netdev_down to cli and made some code cleanup (cli/client) 02/37402/2
Mateusz Malicki [Wed, 25 Mar 2015 15:22:29 +0000 (16:22 +0100)]
Added netdev_down to cli and made some code cleanup (cli/client)

[Bug/Feature]   Added netdev_down to cli and made some code cleanup (cli/client)
[Cause]         N/A
[Solution]      N/A
[Verification]  Create netdev, turn it up and turn it down

Change-Id: I698de7ccd181d0d8adbb892facddb5d552d6aee4

9 years agoPossibility to remove ipv4/ipv6 addresses from interface 79/36979/6
Mateusz Malicki [Tue, 17 Mar 2015 14:55:16 +0000 (15:55 +0100)]
Possibility to remove ipv4/ipv6 addresses from interface

[Feature]       Possibility to remove ipv4/ipv6 addresses from interface
[Cause]         N/A
[Solution]      Implemented: vsm_netdev_del_ipv4_addr, vsm_netdev_del_ipv6_addr
[Verification]  Build, run test

Change-Id: If1e43c73f443e5480e5f1794a1d1f29fa78c3dd3