Home
last modified time | relevance | path

Searched full:pass (Results 1 – 25 of 1675) sorted by relevance

12345678910>>...67

/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dexception.py8 pass
11 pass
14 pass
17 pass
20 pass
23 pass
26 pass
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0013-raddb-certs-Makefile-fix-the-occasional-verification.patch11 openssl pkcs12 -in server.p12 -out server.pem -passin pass:'whatever' -passout pass:'whatever'
51 -passin pass:$(PASSWORD_CA) -passout pass:$(PASSWORD_CA)
78 …-in server.crt -inkey server.key -out server.p12 -passin pass:$(PASSWORD_SERVER) -passout pass:$(…
79 …-in server.crt -inkey server.key -out server.p12 -passin pass:$(PASSWORD_SERVER) -passout pass:$(…
83 - $(OPENSSL) pkcs12 -in server.p12 -out server.pem -passin pass:$(PASSWORD_SERVER) -passout pass:$(…
84 … $(OPENSSL) pkcs12 -in server.p12 -out server.pem -passin pass:$(PASSWORD_SERVER) -passout pass:$(…
100 …-in client.crt -inkey client.key -out client.p12 -passin pass:$(PASSWORD_CLIENT) -passout pass:$(…
101 …-in client.crt -inkey client.key -out client.p12 -passin pass:$(PASSWORD_CLIENT) -passout pass:$(…
106 - $(OPENSSL) pkcs12 -in client.p12 -out client.pem -passin pass:$(PASSWORD_CLIENT) -passout pass:$(…
107 … $(OPENSSL) pkcs12 -in client.p12 -out client.pem -passin pass:$(PASSWORD_CLIENT) -passout pass:$(…
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A D__init__.py16 pass
20 pass
24 pass
28 pass
32 pass
36 pass
/openbmc/phosphor-dbus-monitor/src/
H A Dcount.hpp23 * In pass one, apply a C++ relational operator to the value of
27 * Count the number of properties that pass the test in pass
28 * one. In pass two, apply a second C++ relational operator
29 * to the number of properties that pass the test from pass one
32 * If the oneshot parameter is true, then this condition won't pass
57 // pass the condition specified in the config file. in operator ()()
85 // passed, then don't let it pass again until the condition in operator ()()
101 /** @brief If the condition can be allowed to pass again
/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo/
H A Drun-ptest5 echo 'PASS: lzotest'
12 echo 'PASS: align'
18 echo 'PASS: chksum'
24 echo 'PASS: simple'
30 echo 'PASS: testmini'
/openbmc/qemu/tests/rocker/
H A Dall3 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
7 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
11 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
15 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
19 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dexceptions.py9 pass
13 pass
17 pass
21 pass
/openbmc/estoraged/src/test/erase/
H A Dzero_test.cpp36 Zero pass(testFileName); in TEST() local
39 EXPECT_NO_THROW(pass.writeZero(size, write)); in TEST()
42 EXPECT_NO_THROW(pass.verifyZero(size, read)); in TEST()
62 Zero pass(testFileName); in TEST() local
63 EXPECT_NO_THROW(pass.writeZero(size, write)); in TEST()
66 EXPECT_NO_THROW(pass.verifyZero(size, read)); in TEST()
84 Zero pass(testFileName); in TEST() local
85 EXPECT_NO_THROW(pass.writeZero(size - sizeof(dummyValue), readWrite)); in TEST()
92 EXPECT_THROW(pass.verifyZero(size, readWrite), InternalFailure); in TEST()
105 Zero pass(testFileName); in TEST() local
[all …]
H A Dpattern_test.cpp41 Pattern pass(testFileName); in TEST() local
42 EXPECT_NO_THROW(pass.writePattern(size, writeFd)); in TEST()
47 EXPECT_NO_THROW(pass.verifyPattern(size, readFd)); in TEST()
66 Pattern pass(testFileName); in TEST() local
67 EXPECT_NO_THROW(pass.writePattern(size, writeFd)); in TEST()
71 EXPECT_NO_THROW(pass.verifyPattern(size, readFd)); in TEST()
80 Pattern pass(testFileName); in TEST() local
91 EXPECT_NO_THROW(pass.writePattern(size - sizeof(dummyValue), writeFd)); in TEST()
96 EXPECT_THROW(pass.verifyPattern(size, readFd), InternalFailure); in TEST()
107 Pattern pass(testFileName); in TEST() local
[all …]
/openbmc/bmcweb/include/
H A Dcredential_pipe.hpp44 explicit_bzero(pass.data(), pass.capacity()); in ~CredentialsPipe()
57 pass = std::move(password); in asyncWrite()
61 {{user.data(), user.size() + 1}, {pass.data(), pass.size() + 1}}}; in asyncWrite()
71 std::string pass; member in CredentialsPipe
/openbmc/u-boot/arch/arm/lib/
H A Dvectors_m.S13 mov r0, sp @ pass auto-saved registers as argument
18 mov r0, sp @ pass auto-saved registers as argument
23 mov r0, sp @ pass auto-saved registers as argument
28 mov r0, sp @ pass auto-saved registers as argument
33 mov r0, sp @ pass auto-saved registers as argument
/openbmc/openbmc/poky/meta/recipes-extended/cpio/files/
H A Dtest.sh10PASS: /;/FAILED (.*)/s/^/FAIL: /;/skipped (.*)/s/^/SKIP: /;/expected failure/ s/^/PASS: /;/UNEXPEC…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0004-lxdm.c-add-function-to-change-password-with-pam.patch32 @@ -759,6 +763,69 @@ int lxdm_auth_user(int type,char *user, char *pass, struct passwd **ppw)
63 +static int lxdm_change_passwd_pam(const char *service, const char *user, const char *pass)
77 + new_passwd = pass;
90 +int lxdm_change_passwd(const char *user, const char *pass)
93 + return lxdm_change_passwd_pam("lxdm", user, pass);
117 int lxdm_auth_user(int type,char *user,char *pass,struct passwd **ppw);
118 +int lxdm_change_passwd(const char *user, const char *pass);
/openbmc/openpower-occ-control/
H A Docc_pass_through.hpp39 /** @brief Ctor to put pass-through d-bus object on the bus
46 /** @brief Pass through command to OCC from dbus
47 * @param[in] command - command to pass-through
52 /** @brief Pass through command to OCC from openpower-occ-control
53 * @param[in] command - command to pass-through
68 /** @brief Pass-through occ path on the bus */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mcelog/
H A Drun-ptest3 make -C tests test | sed -e '/\[PASS\]/ s/^/PASS: /g' \
7 -e 's/: \[PASS\]//' \
/openbmc/qemu/tests/tcg/riscv64/
H A Dtest-noc.S19 pass: label
26 /* struct kernel_sigaction sa = { .sa_handler = pass }; */
30 .dword pass
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jemalloc/files/
H A Drun-ptest38 sed -e '/: pass/ s/^/PASS: /g' \
41 -e 's/: pass//g' \
44 -e '/^--- pass:/d' tests.log
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/
H A Dtkprivate.diff11 # String to pass to linker to pick up the Tk library from its
16 # String to pass to linker to pick up the Tk library from its
29 # String to pass to linker to pick up the Tk stub library from its
34 # String to pass to linker to pick up the Tk stub library from its
/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/
H A DMakefile.am37 @if cmp sample1.bz2 sample1.rb2; then echo "PASS: sample1 compress";\
39 @if cmp sample2.bz2 sample2.rb2; then echo "PASS: sample2 compress";\
41 @if cmp sample3.bz2 sample3.rb2; then echo "PASS: sample3 compress";\
43 @if cmp sample1.tst sample1.ref; then echo "PASS: sample1 decompress";\
45 @if cmp sample2.tst sample2.ref; then echo "PASS: sample2 decompress";\
47 @if cmp sample3.tst sample3.ref; then echo "PASS: sample3 decompress";\
/openbmc/qemu/docs/system/devices/
H A Dusb-u2f.rst12 QEMU supports both pass-through of a host U2F key device to a VM,
23 In addition, the dedicated pass-through allows you to share a single
25 simple host device assignment pass-through.
68 It is the default if you do not pass any other options to the device.
73 You can pass the device the path of a setup directory on the host
84 You can also manually pass the device the paths to each of these files,
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dutils.py39 pass
66 pass
72 pass
74 pass
76 pass
/openbmc/u-boot/test/fs/
H A Dfs-test.sh10 # fs-test.sb.ext4 Summary: PASS: 24 FAIL: 0
11 # fs-test.nonfs.ext4 Summary: PASS: 24 FAIL: 0
12 # fs-test.fs.ext4 Summary: PASS: 24 FAIL: 0
14 # fs-test.sb.fat16 Summary: PASS: 24 FAIL: 0
15 # fs-test.nonfs.fat16 Summary: PASS: 24 FAIL: 0
16 # fs-test.fs.fat16 Summary: PASS: 24 FAIL: 0
18 # fs-test.sb.fat32 Summary: PASS: 24 FAIL: 0
19 # fs-test.nonfs.fat32 Summary: PASS: 24 FAIL: 0
20 # fs-test.fs.fat32 Summary: PASS: 24 FAIL: 0
22 # Total Summary: TOTAL PASS: 216 TOTAL FAIL: 0
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hiredis/hiredis/
H A Drun-ptest3 TEST_SSL=0 TEST_ASYNC=0 ./test.sh | sed -e 's/PASSED/PASS/g' -e 's/FAILED/FAIL/g' -e 's/SKIPPED/SKI…
6 if ($NF == "PASS" || $NF == "FAIL" || $NF == "SKIP") {
12 if ($NF == "PASS" || $NF == "FAIL" || $NF == "SKIP") {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/
H A Drun-ptest14 echo "PASS: fftw"
19 echo "PASS: fftwf"
24 echo "PASS: fftwl"
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dc_cpp.py33 compile the cmake-example and verify the CTests pass in qemu-user.
41 Break the comparison in the test code and verify the CTests do not pass.
50 compile the meson-example and verify the Unit Test pass in qemu-user.
58 Break the comparison in the test code and verify the Unit Test does not pass in qemu-user.

12345678910>>...67