a9be2d378b7ad84e679a48efa81f42fb54f85d9a |
|
16-Jul-2015 |
Jean-Michel Trivi <jmtrivi@google.com> |
Drop release v2.6.0+no-stlport Bug 246391 Change-Id: I662b7b0f90c97cb169978e1b64ad1fe32c440cf5 Signed-off-by: Jean-Michel Trivi <jmtrivi@google.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|
d9526499d6ab53b7d13d1434f748f6f2161c2e0a |
|
20-Feb-2014 |
Sebastien Gonzalve <oznog@zarb.org> |
Remove using std::XXX from headers This is a bad practice to have using in headers because it pollutes the namespace of any user of that header.
/external/parameter-framework/test/test-platform/TestPlatform.h
|
b76c9d6de717a9a1cfd94e7a8eca7ee4a2035cd7 |
|
05-Feb-2014 |
David Wagner <david.wagner@intel.com> |
Change the license to 3-clause BSD Add license header in all source files and Makefiles, Add a "COPYING" file containing the license text. Signed-off-by: David Wagner <david.wagner@intel.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|
a472fec381e7abc3d9e1384d1b7581a9e304a16c |
|
10-Jan-2014 |
Frédéric Boisnard <fredericx.boisnard@intel.com> |
Allow starting test-platform as a Daemon BZ: 151780 Currently, test-platform does not return when it is launched. In particular, one has to try to connect to it in order to know if it has correctly been initialized. Added a new '-d' option to test-platform to start it as a daemon: test-platform [-d] <file path> [port number, default 5001] When test-platform is started as a daemon, a child process is created and the main process immediatly returns its status. Change-Id: I70a33691909c958904cf50d156a563b998f92657 Signed-off-by: Frédéric Boisnard <fredericx.boisnard@intel.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|
9e3882819ce9d1fcc99a3ea3efa549e87efa7e7a |
|
10-Jan-2014 |
Frédéric Boisnard <fredericx.boisnard@intel.com> |
Add Exit command to test-platform BZ: 151780 The only way to exit test-platform is to kill it. However during the build process, the hostDomainGenerator.sh script needs to start and exit test-platform, without knowing its PID. Allow exiting the test-plaform though a new 'exit' command. Change-Id: Ifb94ea1c2017a0b23e25b42a06e2ceeae69ace89 Signed-off-by: Frédéric Boisnard <fredericx.boisnard@intel.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|
ecddaa31a64a2f62f8685578faf3467dbdf5ffe5 |
|
04-Nov-2013 |
Frédéric Boisnard <fredericx.boisnard@intel.com> |
Fix typo in PFW when loading plugins BZ: 151782 There is a typo in the error message when a plugin is not found (folowings instead of following). This patch updates the error message. Change-Id: Ifdb749fd90d646d0c04522874e879a329520de0f Signed-off-by: Frédéric Boisnard <fredericx.boisnard@intel.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|
4b1fbfa165b1a1bd52a2792011c5e2e2cc053a45 |
|
22-Jul-2013 |
Kevin Rocard <kevinx.rocard@intel.com> |
Add the setFailureOnFailedSettingsLoad command BZ: 122982 The failure on failed settings load option was added by the previous patch (Ifd3cd859ad0eaef266be4c9245ebd28c9e9c0a74) but not expose in test-platform. Create command to expose the boolean getters and setters of the ParameterMgrConector in a generic way. Change-Id: I438ab36c2d1141dc139d528f83b570f4d5078d19 Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/119925 Reviewed-by: Centelles, Sylvain <sylvain.centelles@intel.com> Tested-by: Barthes, FabienX <fabienx.barthes@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|
325bf97a49f9d1225a7815de8bd9c16b556d5070 |
|
18-Jul-2013 |
Kevin Rocard <kevinx.rocard@intel.com> |
Wrap lines too longs and add doxygen BZ: 122982 Some lines were not compliant with the coding style. Wrap them and add doxigen. Change-Id: I5271b78b1e879a39914a4405a58d7366148b6972 Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/119424 Reviewed-by: Centelles, Sylvain <sylvain.centelles@intel.com> Tested-by: Barthes, FabienX <fabienx.barthes@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|
2448cf71ad24cbbcbbc89cc7522c431413617692 |
|
10-Jul-2013 |
Kevin Rocard <kevinx.rocard@intel.com> |
Add a command to set missing subsystem policy BZ: 122982 When the PFW starts, it loads subsystems using their corresponding plugins. If a requested plugin is not found, the start fails. This is a problem, as for host, plugins are not compiled. Add a command in test platform to use the feature continue load on missing subsystem. Change-Id: Ib533123683b860bfbe0fea069f4bb3c1cc1ef2d0 Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/119305 Reviewed-by: Centelles, Sylvain <sylvain.centelles@intel.com> Tested-by: Barthes, FabienX <fabienx.barthes@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|
951ecce4fbf195694b14ef8504c59732354abcdb |
|
10-Sep-2012 |
Frédéric Boisnard <fredericx.boisnard@intel.com> |
PFW: Allow custom port number in test-platform BZ: 56440 This patch aims to allow custom port number in test-platform: test-platform <file path> [port number, default 5001] Change-Id: Ia617507045a58d0e79a5dc1df83b0173c968853a Signed-off-by: Frédéric Boisnard <fredericx.boisnard@intel.com> Reviewed-on: http://android.intel.com:8080/65412 Reviewed-by: Denneulin, Guillaume <guillaume.denneulin@intel.com> Reviewed-by: Rocard, KevinX <kevinx.rocard@intel.com> Reviewed-by: De Chivre, Renaud <renaud.de.chivre@intel.com> Tested-by: Mendi, EduardoX <eduardox.mendi@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|
997e709c17c6b19459db698f10c0fe60d393bdaa |
|
21-Aug-2012 |
Kevin Rocard <kevinx.rocard@intel.com> |
PFW: setCriterionState now support lexical state BZ: 54174 If the test-platform setCriterionState command is unable to convert the supply state to integer, it tries to consider it as a lexical state. Before setCriterionState SelectedOutputDevice 0x3 After setCriterionState SelectedOutputDevice IHF Headset Change-Id: Ib981eb955afd2acfa6e3d60d11828fcc4fc8860a Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/63478 Reviewed-by: Baron, Georges-henriX <georges-henrix.baron@intel.com> Reviewed-by: Boisnard, FredericX <fredericx.boisnard@intel.com> Reviewed-by: Benavoli, Patrick <patrick.benavoli@intel.com> Reviewed-by: Denneulin, Guillaume <guillaume.denneulin@intel.com> Reviewed-by: De Chivre, Renaud <renaud.de.chivre@intel.com> Tested-by: Barthes, FabienX <fabienx.barthes@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|
93250d172612c405135d56ffd306deae5ebc6df1 |
|
19-Jul-2012 |
Kevin Rocard <kevinx.rocard@intel.com> |
PFW: Remove names from PFW license header BZ: 47701 As parameter framework code is proprietary, it should not be signed (patrick Benavoli name inside the header). Change-Id: I198f2851ee2a6cffed64a552fa399b072a0cbd3e orig-Change-Id: I335ecce2fa22ad11d6fa24f57c7cbbae3423bf1e Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/59560 Reviewed-by: Mendi, EduardoX <eduardox.mendi@intel.com> Tested-by: Mendi, EduardoX <eduardox.mendi@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|
8bd2757c16afd5e31bf38c93ce09ba833bba8052 |
|
02-May-2012 |
Kevin Rocard <kevinx.rocard@intel.com> |
PFW: Add CriterionFromStateList to test-platform BZ: 34881 Add commands : createExclusiveSelectionCriterionFromStateList and createInclusiveSelectionCriterionFromStateList For routing testing purpose, the PFW test program "test-platform" need commands to create criterion from a state list, so that each criterion state could have a specific name. Change-Id: Ibf4214723e085069ea9513efb099034478fa3b73 Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/47499 Reviewed-by: De Chivre, Renaud <renaud.de.chivre@intel.com> Tested-by: Mendi, EduardoX <eduardox.mendi@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|
d1406495a57f856e086e3599161f4a44a2745449 |
|
17-Feb-2012 |
Guillaume Denneulin <guillaumex.denneulin@intel.com> |
PFW: Add test means BZ: 12873 In order to test the parameter-framework, new means have been developped. they consist in 2 distinct interfaces: - Simulate platform behavior through command-line - Simulate HW behavior through test-plugin performing R/W in file system. Change-Id: I6efc9b5489155d9f334a72d7ed65324c3e52690f Signed-off-by: Guillaume Denneulin <guillaumex.denneulin@intel.com> Reviewed-on: http://android.intel.com:8080/35904 Reviewed-by: Barthes, FabienX <fabienx.barthes@intel.com> Tested-by: Barthes, FabienX <fabienx.barthes@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
/external/parameter-framework/test/test-platform/TestPlatform.h
|