{
  "database_name": "test",
  "tests": [
    {
      "description": "ping succeeds using runCommand",
      "operations": [
        {
          "name": "runCommand",
          "object": "database",
          "command_name": "ping",
          "arguments": {
            "command": {
              "ping": 1
            }
          }
        }
      ],
      "expectations": [
        {
          "command_started_event": {
            "command_name": "ping",
            "database_name": "test",
            "command": {
              "ping": 1
            }
          }
        }
      ]
    }
  ]
}