Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add upgrade test on an air-gapped environment #3724

Merged
merged 37 commits into from
Nov 27, 2023
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
e3d1852
TestFetchVerify works
AndersonQ Oct 12, 2023
d23ba03
readme
AndersonQ Oct 12, 2023
485b2f7
move PGP/GPG how to docs and add a Go section
AndersonQ Oct 13, 2023
31f5100
use filepath
AndersonQ Oct 13, 2023
4d57638
refactor and fix tests
AndersonQ Oct 13, 2023
8b5a4ea
wip
AndersonQ Oct 17, 2023
4c52d68
wip
AndersonQ Oct 18, 2023
04315b2
wip - breaking on policy creation
AndersonQ Oct 24, 2023
7362123
use updated agent-libs which can create download sources
AndersonQ Nov 6, 2023
0a41acb
wip
AndersonQ Nov 6, 2023
b5cde44
go mod tidy
AndersonQ Nov 6, 2023
1e4e455
wip
AndersonQ Nov 6, 2023
00cd607
wee fixes
AndersonQ Nov 6, 2023
1201daa
wip
AndersonQ Nov 8, 2023
e3684c7
small fixes, clean up and linter fixes
AndersonQ Nov 8, 2023
ded9f79
undo https://github.com/elastic/elastic-agent/pull/3714
AndersonQ Nov 8, 2023
8cbf645
fix broken test
AndersonQ Nov 9, 2023
5f41d66
fix test
AndersonQ Nov 9, 2023
57f050b
fix tests
AndersonQ Nov 9, 2023
876c8c1
add provider to Instance and use it for equality comparison
AndersonQ Nov 9, 2023
ea79278
remove replace directive
AndersonQ Nov 10, 2023
4988cd1
shorten test name to fit ogc resource.name
AndersonQ Nov 10, 2023
57df016
increase test timeout
AndersonQ Nov 13, 2023
d6a03cb
add test error message
AndersonQ Nov 13, 2023
7ea791a
liner: rename receivers
AndersonQ Nov 14, 2023
5be9f46
fix import
AndersonQ Nov 14, 2023
405b9ca
linter and spell fix
AndersonQ Nov 14, 2023
120423f
fix test
AndersonQ Nov 14, 2023
5db5e1f
upgrade elastic-agent-libs to v0.7.1
AndersonQ Nov 15, 2023
11887c4
linter fixes and PR changes
AndersonQ Nov 21, 2023
4ddab16
Merge branch 'main' into 3403-airgapped-test
AndersonQ Nov 23, 2023
4124a5b
debug
AndersonQ Nov 23, 2023
1a9d562
Merge remote-tracking branch 'origin/3403-airgapped-test' into 3403-a…
AndersonQ Nov 23, 2023
9c1c9c1
.
AndersonQ Nov 23, 2023
46d41a9
Revert "debug"
AndersonQ Nov 24, 2023
7b74add
fix test and log error on failure
AndersonQ Nov 24, 2023
56cc05e
Merge branch 'main' into 3403-airgapped-test
AndersonQ Nov 25, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
shorten test name to fit ogc resource.name
  • Loading branch information
AndersonQ committed Nov 23, 2023
commit 4988cd1cad0c42e6ab602b8817917162d55ca169
2 changes: 1 addition & 1 deletion testing/integration/upgrade_fleet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestFleetManagedUpgrade(t *testing.T) {
testUpgradeFleetManagedElasticAgent(ctx, t, info, startFixture, endFixture)
}

func TestFleetManagedAirGapedUpgrade(t *testing.T) {
func TestFleetAirGapedUpgrade(t *testing.T) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
func TestFleetAirGapedUpgrade(t *testing.T) {
func TestFleetAirGappedUpgrade(t *testing.T) {

stack := define.Require(t, define.Requirements{
Stack: &define.Stack{},
// The test uses iptables to simulate the air-gaped environment.
Expand Down