Commit Graph

5 Commits

Author SHA1 Message Date
Lucie Gérard 135b399351 Correct license for tools files
According to QUIP-18 [1], all tools file should be
LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

[1]: https://contribute.qt-project.org/quips/18

Pick-to: 6.7
Task-number: QTBUG-121787
Change-Id: If7b3daf5cc2be069ab205bf10cdf653ab9d6c415
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
2024-04-04 16:08:16 +01:00
Ivan Solovev 6ffcaefbe1 Update tests and docker scripts to reflect the provisioning updates
The californium docker container is updated, and now provides a
different binary to run.

This patch adjusts the tests and docker script:
* update the docker script to call the proper binary
* update the number of resources exposed by the californium server
* update the expected returned tokens to be uppercase

Task-number: QTBUG-114798
Pick-to: 6.6 6.5
Change-Id: I733793cc472769e433144a08b8f02f0120f6f29b
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
Reviewed-by: Sona Kurazyan <kurazyan.sona@gmail.com>
2023-07-25 12:16:31 +02:00
Lucie Gérard 283f4b3373 Use SPDX license identifiers
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
License files are organized under LICENSES directory.

Pick-to: 6.4
Task-number: QTBUG-67283
Change-Id: I2f390c365ce2d50aa79d317eafd63be19e530c1e
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-06-15 11:29:34 +02:00
Sona Kurazyan 1125b3bf00 Update tags for docker images to use "latest" tag
With e4f9ac5607a329bae045567a339d36469bc4fff6 we can now use the
"latest" tag instead of hard-coding the SHA for docker images.

Change-Id: I2cde7a03194fbbd4d2059898ec4394889d5fd3db
Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2020-01-06 08:35:48 +00:00
Sona Kurazyan f8c6d66502 Use docker-based CoAP test servers for tests
- Added docker compose files for setting up CoAP test servers.

 - Enabled the disabled tests which require a californium-based CoAP
   server. These tests are enabled only on linux, since docker-based
   testing doesn't work in CI for other platforms. Note, that they
   are blacklisted for some linux platforms for the same reason.

Change-Id: Id99f9f67fb2874576524e6452250be5506bdbdf4
Reviewed-by: Ryan Chu <ryan.chu@qt.io>
2019-07-09 10:23:38 +02:00