Add OS name and version to stored device information (#3434)

Co-authored-by: Raphael Michel <michel@rami.io>
This commit is contained in:
robbi5
2023-06-28 09:02:07 +02:00
committed by GitHub
parent fc94fbd9c8
commit db7c52ca93
8 changed files with 77 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ def device(organizer, event):
unique_serial="UOS3GNZ27O39V3QS",
initialization_token="frkso3m2w58zuw70",
hardware_model="TC25",
os_name="Android",
os_version="8.1.0",
software_brand="pretixSCAN",
software_version="1.5.1",
initialized=now(),
@@ -58,6 +60,8 @@ TEST_DEV_RES = {
"initialized": "2020-09-18T14:17:44.190021Z",
"hardware_brand": "Zebra",
"hardware_model": "TC25",
"os_name": "Android",
"os_version": "8.1.0",
"software_brand": "pretixSCAN",
"software_version": "1.5.1",
"security_profile": "full"