Skip to content

Commit

Permalink
Add testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzo0107 committed Dec 5, 2019
1 parent 754ab81 commit 194b40b
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 2 deletions.
4 changes: 4 additions & 0 deletions testdata/credentials
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[default]
aws_access_key_id = default1234567890
aws_secret_access_key = defaultabcdefghijklmnopqrstuvwxyz

[hoge]
aws_access_key_id = abcdefg1234567890
aws_secret_access_key = abcdefghijklmnopqrstuvwxyz
Expand Down
11 changes: 11 additions & 0 deletions testdata/finder_ec2_i-a_ui.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
┌──────────────
│ InstanceID: i-aaaaaa │
│ tag:Name: │
│ InstanceType: t3.micro │
│ PublicIP: 12.34.56.01 │
│ PrivateIP: │
[] i-bbbbbb (t3.small) │ │
> [] i-aaaaaa (t3.micro) │ │
2/2 │ │
> i-a█ └──────────────

11 changes: 11 additions & 0 deletions testdata/finder_ec2_i-b_ui.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
┌──────────────
│ InstanceID: i-bbbbbb │
│ tag:Name: │
│ InstanceType: t3.small │
│ PublicIP: 12.34.56.02 │
│ PrivateIP: │
│ │
> [] i-bbbbbb (t3.small) │ │
1/2 │ │
> i-b█ └──────────────

11 changes: 11 additions & 0 deletions testdata/finder_profiles_default_ui.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
┌──────────────
│ default │
│ │
│ │
│ │
│ │
│ │
> default │ │
1/3 │ │
> default█ └──────────────

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
│ │
│ │
> hoge │ │
1/2 │ │
1/3 │ │
> hoge█ └──────────────

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
│ │
│ │
> moge │ │
1/2 │ │
1/3 │ │
> moge█ └──────────────


0 comments on commit 194b40b

Please sign in to comment.