Skip to content

Commit

Permalink
Add missing files for ResourceLimiter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 23, 2021
1 parent 8a871ee commit 30f5825
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions unittest/vslib/files/resource_limiter_bad.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# cmt
; cmt

foo
foo:bar
foo:bar:car
foo:bar=6
foo:bar:car=6
0:foo=5
d:foo=6
d:SAI_OBJECT_TYPE_PORT=6
0:SAI_OBJECT_TYPE_PORT=zz
SAI_OBJECT_TYPE_PORT=zz
2 changes: 2 additions & 0 deletions unittest/vslib/files/resource_limiter_ok.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SAI_OBJECT_TYPE_PORT=7
1:SAI_OBJECT_TYPE_PORT=8

0 comments on commit 30f5825

Please sign in to comment.