Skip to content

Commit

Permalink
Merge pull request #44 from SUSE/version_test_json_blobs
Browse files Browse the repository at this point in the history
Add versions to example JSOB blob files
  • Loading branch information
rtamalin authored Aug 5, 2024
2 parents e727356 + c2e13e2 commit 00e06e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/telemetry/SLE-SERVER-Test.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": 1,
"ItemA": 1,
"ItemB": "b"
}
}
1 change: 1 addition & 0 deletions testdata/telemetry/SLE-SERVER-SCCHwInfo/sle12sp5-test.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": 1,
"hostname": "sle12sp5-test",
"distro_target": "sle-12-x86_64",
"hwinfo": {
Expand Down

0 comments on commit 00e06e6

Please sign in to comment.