diff --git a/make/DEBIAN/control b/make/DEBIAN/control index c45dd27c9..73c58c6d5 100644 --- a/make/DEBIAN/control +++ b/make/DEBIAN/control @@ -1,5 +1,5 @@ Package: Testrun -Version: 2.2 +Version: 2.2.1 Architecture: amd64 Maintainer: Google Homepage: https://github.com/google/testrun diff --git a/modules/test/dns/README.md b/modules/test/dns/README.md index 4b258b861..5004f1297 100644 --- a/modules/test/dns/README.md +++ b/modules/test/dns/README.md @@ -16,4 +16,4 @@ Within the ```python/src``` directory, the below tests are executed. |---|---|---|---| | dns.network.hostname_resolution | Verifies that the device resolves hostnames | The device sends DNS requests | Required | | dns.network.from_dhcp | Verifies that the device allows for a DNS server to be provided by the DHCP server | The device sends DNS requests to the DNS server provided by the DHCP server | Informational | -| dns.mdns | Does the device has MDNS | Device may send MDNS requests | Informational | \ No newline at end of file +| dns.mdns | Does the device has MDNS | Device may send MDNS requests | Informational | diff --git a/modules/test/ntp/python/requirements.txt b/modules/test/ntp/python/requirements.txt index 4ced40f0d..8db6005a1 100644 --- a/modules/test/ntp/python/requirements.txt +++ b/modules/test/ntp/python/requirements.txt @@ -1,7 +1,7 @@ -# Dependencies to user defined packages -# Package dependencies should always be defined before the user defined -# packages to prevent auto-upgrades of stable dependencies - -# User defined packages -scapy==2.6.0 -pyshark==0.6 +# Dependencies to user defined packages +# Package dependencies should always be defined before the user defined +# packages to prevent auto-upgrades of stable dependencies + +# User defined packages +scapy==2.6.0 +pyshark==0.6 diff --git a/modules/ui/package-lock.json b/modules/ui/package-lock.json index ba5634320..ecff46dbf 100644 --- a/modules/ui/package-lock.json +++ b/modules/ui/package-lock.json @@ -16487,4 +16487,4 @@ "integrity": "sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==" } } -} +} \ No newline at end of file