public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
blob bfe71a86d9e0a59882ded2a86cb8da6eb0859faf 476 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
#! /usr/bin/python3

# SPDX-License-Identifier: GPL-2.0-or-later
#
# tasst - Test A Simple Socket Transport
#         library of test helpers for passt & pasta
#
# Copyright Red Hat
# Author: David Gibson <david@gibson.dropbear.id.au>

import avocado


class TasstSubData:
    def __init__(self, **kwargs):
        self.__dict__.update(kwargs)


# Base class for avocado-based passt/pasta tests
class Tasst(avocado.Test):
    # Fairly short default timeout
    timeout = 10.0

debug log:

solving bfe71a8 ...
found bfe71a8 in https://archives.passt.top/passt-dev/20230531015849.3229596-16-david@gibson.dropbear.id.au/
found 3bbde84 in https://archives.passt.top/passt-dev/20230531015849.3229596-5-david@gibson.dropbear.id.au/

applying [1/2] https://archives.passt.top/passt-dev/20230531015849.3229596-5-david@gibson.dropbear.id.au/
diff --git a/avocado/tasst/__init__.py b/avocado/tasst/__init__.py
new file mode 100644
index 0000000..3bbde84


applying [2/2] https://archives.passt.top/passt-dev/20230531015849.3229596-16-david@gibson.dropbear.id.au/
diff --git a/avocado/tasst/__init__.py b/avocado/tasst/__init__.py
index 3bbde84..bfe71a8 100644

Checking patch avocado/tasst/__init__.py...
Applied patch avocado/tasst/__init__.py cleanly.
Checking patch avocado/tasst/__init__.py...
Applied patch avocado/tasst/__init__.py cleanly.

index at:
100644 bfe71a86d9e0a59882ded2a86cb8da6eb0859faf	avocado/tasst/__init__.py

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).