Skip to content

Commit

Permalink
Merge PR #1994 into main
Browse files Browse the repository at this point in the history
* refs/pull/1994/head:
	teuthology/suite: add len() lupa function

Reviewed-by: Samuel Just <[email protected]>
  • Loading branch information
batrick committed Aug 6, 2024
2 parents 4bc527c + 37b4493 commit 0c6b50f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teuthology/suite/fragment-merge.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ local lua_allowlist = {
tostring = tostring,
py_attrgetter = python.as_attrgetter,
py_dict = python.builtins.dict,
py_len = python.builtins.len,
py_list = python.builtins.list,
py_tuple = python.builtins.tuple,
py_enumerate = python.enumerate,
Expand Down

0 comments on commit 0c6b50f

Please sign in to comment.