From c3286a13018849cbdd12074e7d34c61f4a2f3348 Mon Sep 17 00:00:00 2001 From: Fred_Li Date: Sat, 28 Dec 2019 19:38:31 +0800 Subject: [PATCH] add content/en/community/integrationandcertification.md. Adding introduction to integration and certification.integrationandcertification.md --- .../community/integrationandcertification.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 content/en/community/integrationandcertification.md diff --git a/content/en/community/integrationandcertification.md b/content/en/community/integrationandcertification.md new file mode 100644 index 0000000..25ec05f --- /dev/null +++ b/content/en/community/integrationandcertification.md @@ -0,0 +1,43 @@ ++++ +title = "Integration & Certification" +id = "Integrat & Certification" ++++ + + +`` ` +Note: The openEuler community is still being set up, and the design for integration and certification is still in preparation. This article shows the draft idea. Contact community@openeuler.org to provide your suggestions. + +`` ` +## What is Integration & Certification + +As an open source operating system, openEuler needs to provide users with a rich technical ecosystem, including: + +- Hardware drivers + +- Software middleware + +- Applications + +These software may be open source, free, or commercial. + +Integration and certification means passing the test to ensure that the openEuler operating system and the above software can be used and are mutually recognized (mutual authentication). + +## Integration and CertificationopenEuler for hardware drivers + +-The openEuler infrastructure team (infrastructure@openeuler.org) needs to provide instructions for preparing a continuous integration environment. + +-The hardware driver provider provides a test verification environment. + +## Integration and Certification for middleware and applications + +### Open Source Software + +Once the Integration and Certification team is built, the team will be responsible for cooperating with the communities where the corresponding open source software are developed, and testing openEuler with the corresponding communities. + +### Free Software + +After the Integration and Certification team is established, the team will be responsible for cooperating with the owners of the corresponding free software to perform integration testing with openEuler or the corresponding communities. + +### Commercial Software + +Once the Integration and Certification team is established, the team will be responsible for cooperating with the corresponding commercial software providers. \ No newline at end of file -- GitLab