Snap for 7316203 from fe8ca98abfcacfe2ca160e32bf4f843c0ee1f5f7 to rvc-platform-release

Change-Id: I8d28585c0b7580bfed070927558d95a18b5539a8
diff --git a/api/proc/ProcSimpleFileTests.py b/api/proc/ProcSimpleFileTests.py
index 5bc9678..c00d7d9 100644
--- a/api/proc/ProcSimpleFileTests.py
+++ b/api/proc/ProcSimpleFileTests.py
@@ -222,7 +222,7 @@
     '''/proc/sys/kernel/random/boot_id generates a random ID each boot.'''
 
     def parse_contents(self, contents):
-        return self.parse_line("{:uuid}", contents, dict(uuid=token_uuid))[0]
+        return self.parse_line("{:uuid}\n", contents, dict(uuid=token_uuid))[0]
 
     def get_path(self):
         return "/proc/sys/kernel/random/boot_id"