summaryrefslogtreecommitdiff
path: root/priv
Commit message (Collapse)AuthorAgeFilesLines
* add bt apps in bt_sample.configUlf Wiger2016-02-261-0/+1
|
* Fixed port number on backend config fileMagnus Feuer2016-02-251-1/+1
|
* Merge pull request #91 from uwiger/uw-fix-test-configsRudolf J Streif2016-02-252-15/+15
|\ | | | | use the generated creds in test suite
| * use the generated creds in test suiteUlf Wiger2016-02-252-15/+15
| |
* | Updated debian config file to read /etc/rvi/device_idMagnus Feuer2016-02-251-1/+1
|/
* Merged from PDXostc/rvi_core developMagnus Feuer2016-02-2510-69/+407
|\
| * Merge remote-tracking branch 'rstreif/develop' into uw-0_5_0Ulf Wiger2016-02-243-46/+382
| |\
| | * Changed service prefixes in device configurations to genivi.orgRudolf J Streif2016-02-233-42/+42
| | | | | | | | | | | | | | | | | | | | | Since RVI is an open source project under the umbrella of GENIVI the device prefixes should be genivi.org rather than jlr.com. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
| | * Unified configuration filesRudolf J Streif2016-02-233-18/+354
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configuration file rvi_yocto.config still represented a previous state. Made it the same as rvi_ubuntu.config which represents the newest configuration settings. Since there also was no rvi_debian.config (the rvi_ubuntu.config file was used when building for Debian), I created that for consistency reasons. Future will tell if we actually need separate configuration files for the different build and deployment environments. If not then we can consolidate easily later. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
| * | Adapt test suite to new scripts, scripts more flexible, bt not defaultUlf Wiger2016-02-127-23/+27
| |/ | | | | | | | | | | | | - rvi_install & rvi_ctl adapted so they can be run from different directories - ensure that RVI_LOGDIR is respected consistently - RVI_RUNDIR allows for specifying where the boot scripts are stored - bt apps excluded by default, can be put back in through config if needed
* | Fixed config file issue. Scripts that generate device_id still need to be ↵Magnus Feuer2016-02-254-4/+5
|/ | | | updated to provide entire prefix (genivi.org/node/[uuid]) in file instead of only [uuid].
* Merge pull request #77 from uwiger/uw-tls_verify_falseMagnus Feuer2016-02-092-0/+34
|\ | | | | minor bug fixes & tests for tls/noverify
| * minor bug fixes & tests for tls/noverifyUlf Wiger2016-02-092-0/+34
| |
* | Remove 'provisioning_key from docsUlf Wiger2016-02-091-1/+0
|/
* New default ubuntu config file, based on rvi_sample.configMagnus Feuer2016-01-301-0/+346
|
* Renamed insecure keys, cred, and certs to their basenames since they are now ↵Magnus Feuer2016-01-301-3/+3
| | | | copied in place by rvi_install.
* TempMagnus Feuer2016-01-248-7/+5
|
* fragmentation testsUlf Wiger2016-01-125-5/+18
|
* More robust listeners, lots of bugfixes for (and in) test suiteUlf Wiger2015-12-136-6/+6
|
* forgot to add tlsj*.configUlf Wiger2015-12-072-0/+33
|
* minor bugfixes + added tests f JSON/TLSUlf Wiger2015-12-071-2/+2
|
* new protocol & setup scriptsUlf Wiger2015-12-067-33/+19
|
* Renamed sources to right_to_register.Magnus Feuer2015-11-282-8/+8
| | | | | Renamed destinations to right_to_invoke. Both in credentials JSON structs.
* Updated keys and certificates to reflect the use of a generic root CA ↵Magnus Feuer2015-11-2810-113/+59
| | | | certificate, not a trusted version.
* Added sample keys, certificates, and credentials.Magnus Feuer2015-11-288-0/+104
|
* Removed obsolete keys and directoriesMagnus Feuer2015-11-2810-168/+0
|
* Fixed path to moved rvi_common.config fileMagnus Feuer2015-11-222-2/+2
|
* mfeuer-new_scripts: Merged and modified release-0.4.0-yocto_makefileMagnus Feuer2015-11-2220-0/+1120
|
* All tests (incl remote method inv) passUlf Wiger2015-11-201-1/+2
| | | | | | | - No signatures on messages (dlink_tls) - dlink_bt wasn't actually tested (test case passed erroneously) - added proto_msgpack component - fixed sneaky bug in 'setup'
* Lots of changes to make dlink_bt (simulated) and dlink_tls runtime tests passUlf Wiger2015-11-201-0/+48
| | | | | | | | | | * Introduced high-level logging (rvi_log) * Upgraded to new lager version, customized debug output * Thread rvi_log IDs between nodes and components * Introduce simplified protocol for dlink_tls * Use msgpack encoding for dlink_tls * dlink_bt can use TCP instead of Bluetooth for testing purposes * Bug fixes and additions to the test suite
* w.i.p. transition to jsx json codecUlf Wiger2015-11-201-4/+6
|
* extended test suite + python script fixUlf Wiger2015-08-111-0/+1
|
* au and sa working with sms simulatorUlf Wiger2015-07-271-0/+3
|
* Added default certs to be used in an insecure setupMagnus Feuer2015-07-241-3/+0
|
* Renamed app rvi_coreMagnus Feuer2015-07-191-1/+1
|
* Additional config file fixesMagnus Feuer2015-06-251-0/+1
|
* rvi renamed rvi_core. MErged with release-nextMagnus Feuer2015-06-251-3/+1
|
* fix SELF_DIR for Mac, add missing apps to configUlf Wiger2015-06-101-2/+5
|
* add self-provisioning keys + common configUlf Wiger2015-06-104-0/+103
|
* Renamed IVI emulator vehicle emulator. Moved demo config files to ↵Magnus2014-08-152-281/+0
| | | | | | hvac_demo. Created sample config file Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
* FixedMagnus2014-08-142-29/+125
| | | | Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
* Renamed config files--signoffMagnus2014-08-112-4/+2
| | | | Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
* First shot at hvac demo subscriber service and ivi/phone emulator.Magnus2014-08-071-1/+2
| | | | Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
* Modified scripts to remove rpc: prefix and other things.Magnus2014-08-052-23/+19
| | | | Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
* Initial gerrit commitMagnus2014-07-262-0/+190
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>