Skip to content

Commit

Permalink
ci: prepare folder structure for dhcp feature
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Jul 22, 2024
1 parent 3c77452 commit edbf2c4
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sztp-agent/pkg/dhcp/dbus.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
SPDX-License-Identifier: Apache-2.0
Copyright (C) 2022-2023 Intel Corporation
Copyright (c) 2022 Dell Inc, or its subsidiaries.
Copyright (C) 2022 Red Hat.
*/

// Package dhcp implements the DHCP client
package dhcp
9 changes: 9 additions & 0 deletions sztp-agent/pkg/dhcp/dbus_tests.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
SPDX-License-Identifier: Apache-2.0
Copyright (C) 2022-2023 Intel Corporation
Copyright (c) 2022 Dell Inc, or its subsidiaries.
Copyright (C) 2022 Red Hat.
*/

// Package dhcp implements the DHCP client
package dhcp
9 changes: 9 additions & 0 deletions sztp-agent/pkg/dhcp/leases.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
SPDX-License-Identifier: Apache-2.0
Copyright (C) 2022-2023 Intel Corporation
Copyright (c) 2022 Dell Inc, or its subsidiaries.
Copyright (C) 2022 Red Hat.
*/

// Package dhcp implements the DHCP client
package dhcp
9 changes: 9 additions & 0 deletions sztp-agent/pkg/dhcp/leases_tests.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
SPDX-License-Identifier: Apache-2.0
Copyright (C) 2022-2023 Intel Corporation
Copyright (c) 2022 Dell Inc, or its subsidiaries.
Copyright (C) 2022 Red Hat.
*/

// Package dhcp implements the DHCP client
package dhcp
9 changes: 9 additions & 0 deletions sztp-agent/pkg/dhcp/utils.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
SPDX-License-Identifier: Apache-2.0
Copyright (C) 2022-2023 Intel Corporation
Copyright (c) 2022 Dell Inc, or its subsidiaries.
Copyright (C) 2022 Red Hat.
*/

// Package dhcp implements the DHCP client
package dhcp
9 changes: 9 additions & 0 deletions sztp-agent/pkg/dhcp/utils_tests.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
SPDX-License-Identifier: Apache-2.0
Copyright (C) 2022-2023 Intel Corporation
Copyright (c) 2022 Dell Inc, or its subsidiaries.
Copyright (C) 2022 Red Hat.
*/

// Package dhcp implements the DHCP client
package dhcp

0 comments on commit edbf2c4

Please sign in to comment.