forked from hyperledger-archives/avalon
-
Notifications
You must be signed in to change notification settings - Fork 0
Test jenkins #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
manju956
wants to merge
40
commits into
master
Choose a base branch
from
test_jenkins
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Test jenkins #2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Updated the solidity contract file path from current directory to absolute path Signed-off-by: Ramakrishna Srinivasamurthy <ramakrishna.srinivasamurthy@intel.com>
Signed-off-by: danintel <daniel.anderson@intel.com>
Change __tools__ Directory to tools
Update the solidity contract file path in config file
1. Added actual API to remove the entry(key->value from lmdb table. Signed-off-by: Ramakrishna Srinivasamurthy <ramakrishna.srinivasamurthy@intel.com>
Add remove method to delete an entry from lmdb table
2. Standardized whether there is # in line after license Signed-off-by: Julian Kida <kida.julian@gmail.com>
Signed-off-by: Manoj Gopalakrishnan <manoj.gopalakrishnan@intel.com>
Rename __tools__ directory to tools
Includes fixes for following - Rename work_load_id to workload_id - Fix incorrect json error message when encryptedRequestHash field is missing in request - Add return values for functions decrypt_data and decrypted_response - Provide proper hex string values for ApplicationTypeId and OrganizationId - worker_id is made valid hex string Signed-off-by: manju956 <manjunath.a.c@intel.com>
Refactor enclave, manager and utilities
Includes following changes - Remove index 0 from all input requests - Use workload_id as identifier of work order requests Signed-off-by: manju956 <manjunath.a.c@intel.com>
- A common utility function which accepts error code and message to create JRPC error response object is added. This eliminates redundant code. Signed-off-by: manju956 <manjunath.a.c@intel.com>
Signed-off-by: Ramakrishna Srinivasamurthy <ramakrishna.srinivasamurthy@intel.com>
Fix typo errors in tcf_connector modules
…actor Utility to create error response is added
…changes Use workload_id param to identify type of workorder requests
2. Added hex string utilities Signed-off-by: Jucchan kida.julian@gmail.com Signed-off-by: Julian Kida <kida.julian@gmail.com> Changed argument and variable name in hex_utils Signed-off-by: Jucchan kida.julian@gmail.com Signed-off-by: Julian Kida <kida.julian@gmail.com> 1. Added license information 2. Added function comments 3. Added newline at end of files 4. Changed function names to snake case 5. Removed unnecessary imports 6. Separated lines that were too long Signed-off-by: Julian Kida <kida.julian@gmail.com> 1. Changed variable names to snake case 2. Separated long lines Signed-off-by: Julian Kida <kida.julian@gmail.com> 1. Renamed workorder_json to json_rpc_request 2. In json_rpc_request: renamed WorkOrderJson to JsonRpcRequest, added new WorkOrderJson class Signed-off-by: Julian Kida <kida.julian@gmail.com> 1. Moved client files into new folder clients/ 2. Reduced line length to <=80 3. Changed workloadId to be used as request type identifier 4. Fixed issue in workload_idspatcher that ignored first echo indata Signed-off-by: Julian Kida <kida.julian@gmail.com>
Corrected typo that was crashing the client when a single input json is submitted. Signed-off-by: manju956 <manjunath.a.c@intel.com>
Added Echo Client
Added missing license information
Fix Demo script for single input json request
- Separate TC SGX C++ files from python files. - Move python files to examples directory. - Move tcf connector to examples directory. - Move tcs listener to connectors/direct. - Move tcs enclave manager to examples directory. - Separate SGX common workloads files from example workloads. - Separate SWIG enclave interface and crypto interface. - Modify build files corresponding to new directory structure. Signed-off-by: Manoj Gopalakrishnan <manoj.gopalakrishnan@intel.com>
1. New class TextServiceClient in service_client.generic to pass strings 2. Request handler 3. Helper proxy 4. Listener 5. Test app Signed-off-by: Julian Kida <kida.julian@gmail.com> 1. Moved files to new folder remote_lmdb 2. Changed serialization method to fix encoding bug with even number of backslashes 3. Added tests Signed-off-by: Julian Kida <kida.julian@gmail.com> Refactored to match new structure Signed-off-by: Julian Kida <kida.julian@gmail.com>
2. Minor edits to comments Signed-off-by: Julian Kida <kida.julian@gmail.com>
2. Renamed test app Signed-off-by: Julian Kida <kida.julian@gmail.com>
Signed-off-by: Julian Kida <kida.julian@gmail.com>
Signed-off-by: Julian Kida <kida.julian@gmail.com>
Updated licenses to 2019
Signed-off-by: mengyang02 <mengyang02@baidu.com>
2. Fixed import statements in connectors 3. Fixed bugs in direct model connectors 4. Improved legibility of ethereum connector test output Signed-off-by: Julian Kida <kida.julian@gmail.com>
Fix Connectors imports and bugs
- Since dataHash and workerEncryptionKey parameters are optional, keep them with empty value. Signed-off-by: manju956 <manjunath.a.c@intel.com>
When worker update flow is called, worker registry handler crashes. Removed wrong JSON deserialization Signed-off-by: manju956 <manjunath.a.c@intel.com>
Make dataHash parameter as empty value
bugfix: encryption test case
…egistry Fix worker registry crash
f94b99a to
4d4e34d
Compare
- Seperate docker-compose files are included for build and testing. - dock-compose-test file executes multiple test flows. - run_tests script is modified to trigger Demo.py - Added JenkinsFile to run docker-compose files Signed-off-by: manju956 <manjunath.a.c@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.