ipa-kernel-tests: Pull latest changes

Updating the kernel tests to the latest sha1 form the old project:
367590c22ab9d77f22290f0b11bd55b8c9e050cd

Specifically porting the changes:
1. I93a09b45ac1e04107ddf0f5af0782251e45dfaaf
2. Ic816ed3da12cb82a23a745467d6ed818ce569492

Change-Id: I71fe69ba02f3134d3ab9d2a8d5cf6b95ef7694ef
Signed-off-by: Ilia Lin <ilialin@codeaurora.org>
This commit is contained in:
Ilia Lin
2021-05-06 11:38:16 +03:00
parent 389f327c0f
commit 253428ee49
6 changed files with 48 additions and 41 deletions

View File

@@ -54,7 +54,7 @@ public:
LOG_MSG_DEBUG("Entering %s\n", __func__);
int ret;
unsigned char *input, *output;
char pkt[PACKET_SIZE] = {
unsigned char pkt[PACKET_SIZE] = {
0x59, 0x61, 0x6e, 0x69,
0x76, 0x5f, 0x48 ,0x61,
0x73 ,0x62 ,0x61 ,0x6e,
@@ -142,7 +142,7 @@ public:
LOG_MSG_DEBUG("Entering %s\n", __func__);
int ret;
unsigned char *input, *output;
char pkt[PACKET_SIZE] = {
unsigned char pkt[PACKET_SIZE] = {
0x59, 0x61, 0x6e, 0x69,
0x76, 0x5f, 0x48 ,0x61,
0x73 ,0x62 ,0x61 ,0x6e,