On Mon, Dec 04, 2023 at 11:02:21AM +0100, Juraj Linkeš wrote: > On Fri, Dec 1, 2023 at 7:06 PM Jeremy Spewock <jspew...@iol.unh.edu> wrote: > > > > > > > > On Thu, Nov 23, 2023 at 10:14 AM Juraj Linkeš <juraj.lin...@pantheon.tech> > > wrote: > >> > >> Format according to the Google format and PEP257, with slight > >> deviations. > >> > >> Signed-off-by: Juraj Linkeš <juraj.lin...@pantheon.tech> > >> --- > >> dts/framework/testbed_model/sut_node.py | 230 ++++++++++++++++-------- > >> dts/framework/testbed_model/tg_node.py | 42 +++-- > >> 2 files changed, 176 insertions(+), 96 deletions(-) > >> > >> diff --git a/dts/framework/testbed_model/sut_node.py > >> b/dts/framework/testbed_model/sut_node.py > >> index 5ce9446dba..c4acea38d1 100644 > >> --- a/dts/framework/testbed_model/sut_node.py > >> +++ b/dts/framework/testbed_model/sut_node.py > >> @@ -3,6 +3,14 @@ > >> # Copyright(c) 2023 PANTHEON.tech s.r.o. > >> # Copyright(c) 2023 University of New Hampshire > >> > >> +"""System under test (DPDK + hardware) node. > >> + > >> +A system under test (SUT) is the combination of DPDK > >> +and the hardware we're testing with DPDK (NICs, crypto and other devices). > >> +An SUT node is where this SUT runs. > >> +""" > > > > > > I think this should just be "A SUT node" > > > > I always spell it out which is why I used "an" (an es, ju:, ti: node). > From what I understand, the article is based on how the word is > pronounced. If it's an initialism (it's spelled), we should use "an" > and if it's an abbreviation (pronounced as the whole word), we should > use "a". It always made sense to me as an initialism - I think that's > the common usage.
+1 for using "an" instead of "a" in front of "SUT".