File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ def git_ab_test_host_command(
160160
161161
162162def set_did_not_grow_comparator (
163- set_generator : Callable [[CommandReturn ], set ]
163+ set_generator : Callable [[CommandReturn ], set ],
164164) -> Callable [[CommandReturn , CommandReturn ], bool ]:
165165 """Factory function for comparators to use with git_ab_test_command that converts the command output to sets
166166 (using the given callable) and then checks that the "B" set is a subset of the "A" set
Original file line number Diff line number Diff line change 33
44
55"""Provides:
6- - Mechanism to collect and export Firecracker metrics every 60seconds to CloudWatch
7- - Utility functions to validate Firecracker metrics format and to validate Firecracker device metrics.
6+ - Mechanism to collect and export Firecracker metrics every 60seconds to CloudWatch
7+ - Utility functions to validate Firecracker metrics format and to validate Firecracker device metrics.
88"""
99
1010import datetime
Original file line number Diff line number Diff line change 11# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22# SPDX-License-Identifier: Apache-2.0
33"""A test that fails if it can definitely prove a seccomp rule redundant
4- (although it passing does not guarantee the converse, that all rules are definitely needed)."""
4+ (although it passing does not guarantee the converse, that all rules are definitely needed).
5+ """
56import platform
67from pathlib import Path
78
You can’t perform that action at this time.
0 commit comments