Skip to content

Check if param is gt than #350

@freeseacher

Description

@freeseacher

I want to check if

kernel-param:
  net.core.somaxconn:
    value:
      gt: 5000

but got

F

Failures/Skipped:

net.core.somaxconn: value: Error: Expected a number.  Got:
    <string>: 10000

another try

command:
  sysctl -n net.core.somaxconn:
    exit-status: 0
    stdout:
      gt: 3000
    stderr: []
    timeout: 10000

gives

Error: yaml: unmarshal errors:
  line 39: cannot unmarshal !!map into []string

docs was not helpfull.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementmigrateTicket marked for re-write into new format

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions