13 Commits

Author SHA1 Message Date
Sergio Cazzolato
031dc4d8d1 tests: enable nested uc24 (#13820)
* enable nested tests for uc24

* fix issue related to cloud init

* some test fixes

* Add missing details for tests

* Adding missing details for nested tests

* addin support for ubuntu-24.04 in upload-snapd-to-gce

* updated the password for external users in spread.yaml
2024-04-16 13:02:21 -03:00
Sergio Cazzolato
4244a5355f tests: start using remote tools from snapd-testing-tools project in nested tests (#12074)
* Start using remote tools in nested tests

This change introduces the new tools for remote commands from the
snapd-testing-tools project

This change starts using the remote.exec which replaces the tests.nested
exec and the remote.push by the tests.nested copy

The new remote commands have the same implementation then the
tests.nested but those include tests and are being used in other
projects successfully.

* fix inclusive wording

* adding missing placeholder file

* add binaries for remote tools

* Fix how remote tools are linked

* replace nested_exec by remote.exec

* Squashed 'tests/lib/external/snapd-testing-tools/' changes from 3b56339b88..fea2bac306

fea2bac306 fix shellcheck
0b5d8cfe51 fix wrong spelling
05fd783a65 Allow to use a custom config file for the remote configuration
b438b3ef03 Skip remote tests on kinetic because no sshpass
f323ee2c9c Add support for ubuntu 22.10 and remove 21.10
6fe0fa0e74 Fix shellcheck in tests.pkgs
a1f7a72ce1 Add disable refresh
507f8bd7c7 improve refresh and wait-for for remote tools
5e7e210e52 Fix refresh_core_base function
e798cb8cca Disable refreshes to make the full refresh
e5a20b9945 initial wait for ssh before checking refreshes
a20c608202 Adding more logs for refresh status and fix error waiting for ssh
f57cd75f09 New default values for wait-for
efdc966b7d More logs in remote refresh
83703b516d Both refreshes unified and more details in logs
32df7bfcc3 Reboot detection for refreshes
cf7fea5f57 Improving remote.wait-for and remote.refresh tools
35b2afcd19 adding more logging for refresh and wait-for remote tools
20547c2347 New remote and systemd tools with tests (#30)
b8eb20d069 Merge pull request #31 from snapcore/run-without-spread
5b8f214d03 Fix spelling
4fe5d64a5c Include a comment in the setup.sh script
03feb2ce2b fix bash error
84e70d2ac5 Make tools work when are not in the spread env
54909c304d Merge pull request #29 from snapcore/udpate-os-query-new-systems
cc1729c2f4 preserve size for amazon-linux
bb3d8db60e preserve size for centos
d1089d5ce3 Fixing the tests
47793a6465 Fix auto-merge problem
f50be4ac5e Merge branch 'main' into udpate-os-query-new-systems
1a40a224c9 os.query tool cli simplified
9b7b4e9bf1 Merge pull request #28 from snapcore/add-centos-9-support
7fe2087423 Add support for centos-9
64a830b933 Merge pull request #27 from snapcore/improve-log-analyzer
7fe27d4aea Improve log analyzer utility
207536268e Merge pull request #19 from snapcore/new-spread-manager
2f2ff2e282 Update spread manager to support csv
33a44ca3be Merge branch 'main' into new-spread-manager
b4654950d4 Merge pull request #26 from snapcore/support-csv-for-expressions
3250bbd885 Support expressions with comma separation
2540135b90 Merge pull request #25 from snapcore/add-indent-to-log-parser
2536b0f070 Minor improvements in log-parser and log-analyzer based con review comments
84dc8092b1 Merge pull request #24 from snapcore/improve-log-parser
515770b3bf Add support for fedora-35
875c29b5ce Updated results with latest log-parser changes
d27f2bcdb7 Fix log-parser
b2cce1fcce fix wording
14d15e4fe4 Fixes for log-parser and changes for log analyzer
438d92d241 Log analyzer updated to support reexecute in all the scenarios
1c9dff58ff Merge pull request #23 from snapcore/improve-log-parser
cc7ee488d1 Fix shellcheck
324b99e719 revert change in log-analyzer test
f746f40ebe Fix shellcheck
2d7dbbe1bd Fix spelling
728dd64c2c Last set of changes for log analizer tools
bf389dcd01 New fixes for log parses
6b2b56afc3 Fix another shellcheck
56163e170b Fix shellcheck
d96ab8094f Merge branch 'main' into new-spread-manager
60fb99f02f new dir task5
259a7e188c Fix spread test
e674234454 New spread-manager tool

git-subtree-dir: tests/lib/external/snapd-testing-tools
git-subtree-split: fea2bac306a463f4c97f79a6e934e85ec00e804c

* Using a custom remote configuration file

This is to avoid issues when the helpers try to use the remote tools

* Squashed 'tests/lib/external/snapd-testing-tools/' changes from fea2bac306..4a994e96b3

4a994e96b3 Fix new config path in tests

git-subtree-dir: tests/lib/external/snapd-testing-tools
git-subtree-split: 4a994e96b33d5966053645ec87563d0ea8fd019b

* Squashed 'tests/lib/external/snapd-testing-tools/' changes from 4a994e96b3..53e6c8f315

53e6c8f315 Use the new ubuntu kinetic image

git-subtree-dir: tests/lib/external/snapd-testing-tools
git-subtree-split: 53e6c8f315fbdd379b59d6458eb869e68f34c9b3

* fix tests with wrong use of the new tools

* Update test with remote.push command

This test seems to be updated during last merge.

* Update sprad.yaml which fails on debug

* Update the number of workers for nested tests on uc20 and uc22

* Squashed 'tests/lib/external/snapd-testing-tools/' changes from 53e6c8f315..4d6088ec8c

4d6088ec8c Fix shellcheck in spread-manager util
edb4f3f51b fix shell check errors in remote tools

git-subtree-dir: tests/lib/external/snapd-testing-tools
git-subtree-split: 4d6088ec8c5d43e7b4d45faf904978175c418120

* Squashed 'tests/lib/external/snapd-testing-tools/' changes from 4d6088ec8c..f46dccb464

f46dccb464 Fix sshpass command in remote.exec

git-subtree-dir: tests/lib/external/snapd-testing-tools
git-subtree-split: f46dccb464f3a82932c0a89ecabffb6ef84ec6df
2022-09-13 17:14:55 -03:00
Sergio Cazzolato
c7704c6619 Improve and standarize debug section on tests
The idea of this change is to standarize the debug section of the tests
and also to make them more robust.

Debug is shown when the test has failed, so the preconditions for this
step are undefined, this is why we need to suppose it can fail at any
step.

In case the debug section fails for a test, then the generic debug is
not displayed and no usefull debug information is shown to understand
the problem.
2022-08-30 09:17:53 -03:00
Michael Vogt
eb6eba7a6b tests: simplify by using blkid (thanks to Valentin) 2022-07-21 17:54:53 +02:00
Michael Vogt
194985b9d2 tests: simplify environment test for save-data 2022-07-20 18:05:53 +02:00
Michael Vogt
d77656af64 tests: fix nested save-data test on 22.04
The output of `lsblk` apparently changed between 20.04 and 22.04.
But fortuantely because we are only interested in the LABEL in
this test the way it's run can be simplified a bit.
2022-07-20 18:05:49 +02:00
Philip Meulengracht
e29a9b5efa overlord/snapstate: review feedback
add extra test verifications, change os.Remove to os.RemoveAll
2022-07-15 09:12:26 +02:00
Philip Meulengracht
e0e08aeb31 overlord/snapstate,snap/snapenv: review feedback
fixes to tests and new unit test
2022-07-13 09:28:33 +02:00
Philip Meulengracht
0ab459d0c5 tests/nested/core/save-data: cleanup spread test 2022-07-13 09:28:30 +02:00
Philip Meulengracht
10c6919a00 tests/nested/core/save-data: fix shellcheck warning 2022-07-13 09:28:30 +02:00
Philip Meulengracht
550cf6d8bd overlord/snapstate: implement support for storing data onto ubuntu-save partition on a per-snap basis 2022-07-13 09:28:29 +02:00
Michael Vogt
e7df2b7a7e Revert "overlord,snap: add support for per-snap storage on ubuntu-save"
This reverts commit 8b1b0c44d9

It was merged accidently and prematurely.
2022-07-12 17:44:44 +02:00
Philip Meulengracht
8b1b0c44d9 overlord,snap: add support for per-snap storage on ubuntu-save
* interfaces/apparmor: add permissions for per-snap directory on ubuntu-save path

* overlord/snapstate: implement support for storing data onto ubuntu-save partition on a per-snap basis

* tests/nested/core/save-data: fix shellcheck warning

* many: a bit of code cleanup

* tests/nested/core/save-data: cleanup spread test

* many: fix unit tests that were failing, add additional unit test for new handlers

* tests/main/snap-env: fix spread test after adding a new ENV variable

* overlord/snapstate: minor cleanup

* overlord/snapstate: review feedback

remove the ubuntu-save task, move some of the functionality into the backend, add unit tests

* multiple: more changes, fix unit tests

* overlord/snapstate: additional unit tests

* tests: remove check that is no longer the case for non core platforms
2022-07-12 17:37:38 +02:00