[PATCH] osmo-gsm-tester[master]: cosmetic: adjust resource_test to comp128v1

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Dec 14 14:54:41 UTC 2017


Review at  https://gerrit.osmocom.org/5359

cosmetic: adjust resource_test to comp128v1

Since libosmocore doesn't support XOR at all, it seems weird to use it in the
test, even though it's just a selftest without libosmocore involved...

Change-Id: I51edec255e7ef277907817b3187c2f492465467f
---
M selftest/conf/resources.conf
M selftest/resource_test.ok
2 files changed, 20 insertions(+), 20 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/59/5359/1

diff --git a/selftest/conf/resources.conf b/selftest/conf/resources.conf
index 9e4e015..51f4abc 100644
--- a/selftest/conf/resources.conf
+++ b/selftest/conf/resources.conf
@@ -65,7 +65,7 @@
   path: '/sierra_1'
   imsi: '901700000009031'
   ki: '80A37E6FDEA931EAC92FFA5F671EFEAD'
-  auth_algo: 'xor'
+  auth_algo: 'comp128v1'
   ciphers:
   - 'a5_0'
   - 'a5_1'
@@ -74,7 +74,7 @@
   path: '/sierra_2'
   imsi: '901700000009029'
   ki: '00969E283349D354A8239E877F2E0866'
-  auth_algo: 'xor'
+  auth_algo: 'comp128v1'
   ciphers:
   - 'a5_0'
   - 'a5_1'
@@ -83,7 +83,7 @@
   path: '/gobi_0'
   imsi: '901700000009030'
   ki: 'BB70807226393CDBAC8DD3439FF54252'
-  auth_algo: 'xor'
+  auth_algo: 'comp128v1'
   ciphers:
   - 'a5_0'
   - 'a5_1'
@@ -92,7 +92,7 @@
   path: '/gobi_3'
   imsi: '901700000009032'
   ki: '2F70DCA43C45ACB97E947FDD0C7CA30A'
-  auth_algo: 'xor'
+  auth_algo: 'comp128v1'
   ciphers:
   - 'a5_0'
   - 'a5_1'
diff --git a/selftest/resource_test.ok b/selftest/resource_test.ok
index 650a8bc..884c6b3 100644
--- a/selftest/resource_test.ok
+++ b/selftest/resource_test.ok
@@ -80,29 +80,29 @@
                  'addr': '10.42.42.5'},
                 {'_hash': 'e780ac7581ad29f8f46e637b61d0c38898c4c52c',
                  'addr': '10.42.42.6'}],
- 'modem': [{'_hash': 'f392ed391f9d39abb6ae01431b26b4f44079a447',
-            'auth_algo': 'xor',
+ 'modem': [{'_hash': '0b538cb6ad799fbd7c2953fd3b4463a76c7cc9c0',
+            'auth_algo': 'comp128v1',
             'ciphers': ['a5_0', 'a5_1'],
             'imsi': '901700000009031',
             'ki': '80A37E6FDEA931EAC92FFA5F671EFEAD',
             'label': 'sierra_1',
             'path': '/sierra_1'},
-           {'_hash': '1b3cf2a04bde791a84fcc462c29f73391b1f7313',
-            'auth_algo': 'xor',
+           {'_hash': '3a6e7747dfe7dfdf817bd3351031bd08051605c3',
+            'auth_algo': 'comp128v1',
             'ciphers': ['a5_0', 'a5_1'],
             'imsi': '901700000009029',
             'ki': '00969E283349D354A8239E877F2E0866',
             'label': 'sierra_2',
             'path': '/sierra_2'},
-           {'_hash': '83f7b4a07c355487d31db6f068146e48bb1ed118',
-            'auth_algo': 'xor',
+           {'_hash': 'f6ba17db2ad13da5ba5c54b5385a774f5351bb5a',
+            'auth_algo': 'comp128v1',
             'ciphers': ['a5_0', 'a5_1'],
             'imsi': '901700000009030',
             'ki': 'BB70807226393CDBAC8DD3439FF54252',
             'label': 'gobi_0',
             'path': '/gobi_0'},
-           {'_hash': 'a5f8f08a24df0eca067c5b51d55c3c4fd8721908',
-            'auth_algo': 'xor',
+           {'_hash': 'fbff2e4f06b727fc8a70da23e1d134f9cd763919',
+            'auth_algo': 'comp128v1',
             'ciphers': ['a5_0', 'a5_1'],
             'imsi': '901700000009032',
             'ki': '2F70DCA43C45ACB97E947FDD0C7CA30A',
@@ -143,8 +143,8 @@
 --- testowner: DBG: Picked - _hash: fd103b22c7cf2480d609150e06f4bbd92ac78d8c
   addr: 10.42.42.2
 --- testowner: Reserving 2 x modem (candidates: 4)
---- testowner: DBG: Picked - _hash: f392ed391f9d39abb6ae01431b26b4f44079a447
-  auth_algo: xor
+--- testowner: DBG: Picked - _hash: 0b538cb6ad799fbd7c2953fd3b4463a76c7cc9c0
+  auth_algo: comp128v1
   ciphers:
   - a5_0
   - a5_1
@@ -152,8 +152,8 @@
   ki: 80A37E6FDEA931EAC92FFA5F671EFEAD
   label: sierra_1
   path: /sierra_1
-- _hash: 1b3cf2a04bde791a84fcc462c29f73391b1f7313
-  auth_algo: xor
+- _hash: 3a6e7747dfe7dfdf817bd3351031bd08051605c3
+  auth_algo: comp128v1
   ciphers:
   - a5_0
   - a5_1
@@ -199,9 +199,9 @@
   _reserved_by: testowner-123-1490837279
   addr: 10.42.42.2
 modem:
-- _hash: f392ed391f9d39abb6ae01431b26b4f44079a447
+- _hash: 0b538cb6ad799fbd7c2953fd3b4463a76c7cc9c0
   _reserved_by: testowner-123-1490837279
-  auth_algo: xor
+  auth_algo: comp128v1
   ciphers:
   - a5_0
   - a5_1
@@ -209,9 +209,9 @@
   ki: 80A37E6FDEA931EAC92FFA5F671EFEAD
   label: sierra_1
   path: /sierra_1
-- _hash: 1b3cf2a04bde791a84fcc462c29f73391b1f7313
+- _hash: 3a6e7747dfe7dfdf817bd3351031bd08051605c3
   _reserved_by: testowner-123-1490837279
-  auth_algo: xor
+  auth_algo: comp128v1
   ciphers:
   - a5_0
   - a5_1

-- 
To view, visit https://gerrit.osmocom.org/5359
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I51edec255e7ef277907817b3187c2f492465467f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list