/openbmc/openbmc/poky/meta/recipes-support/curl/curl/ |
H A D | no-test-timeout.patch | 10 tests/servers.pm | 2 +- 13 diff --git a/tests/servers.pm b/tests/servers.pm 15 --- a/tests/servers.pm 16 +++ b/tests/servers.pm 19 my %doesntrun; # servers that don't work, identified by pidfile
|
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/ |
H A D | conf.patch | 137 +; <<>> DiG 9.2.3 <<>> ns . @a.root-servers.net. 147 +. 518400 IN NS A.ROOT-SERVERS.NET. 148 +. 518400 IN NS B.ROOT-SERVERS.NET. 149 +. 518400 IN NS C.ROOT-SERVERS.NET. 150 +. 518400 IN NS D.ROOT-SERVERS.NET. 151 +. 518400 IN NS E.ROOT-SERVERS.NET. 152 +. 518400 IN NS F.ROOT-SERVERS.NET. 153 +. 518400 IN NS G.ROOT-SERVERS.NET. 154 +. 518400 IN NS H.ROOT-SERVERS.NET. 155 +. 518400 IN NS I.ROOT-SERVERS.NET. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/htpdate/ |
H A D | htpdate_1.3.7.bb | 3 web servers as reference time source. This program can be used instead\ 6 using the timestamps from HTTP headers found in web servers response (the\ 8 Htpdate works through proxy servers. Accuracy of htpdate will be usually\ 9 within 0.5 seconds (better with multiple servers).\
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/ |
H A D | default-relay | 4 # What servers should the DHCP relay forward requests to? 5 # e.g: SERVERS="192.168.0.1" 6 SERVERS=""
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | safe_finger.8 | 4 from finger servers 10 command protects against nasty stuff from finger servers. Use this 21 finger servers. The problem: some programs may react to stuff in
|
/openbmc/phosphor-networkd/test/ |
H A D | test_ethernet_interface.cpp | 151 ServerList servers = {"9.1.1.1", "9.2.2.2", "9.3.3.3"}; in TEST_F() local 153 interface.staticNameServers(servers); in TEST_F() 155 EXPECT_EQ(servers, parser.map.getValueStrings("Network", "DNS")); in TEST_F() 160 ServerList servers = {"9.1.1.1", "9.2.2.2", "9.3.3.3"}; in TEST_F() local 162 .WillRepeatedly(testing::Return(servers)); in TEST_F() 163 EXPECT_EQ(interface.getNameServerFromResolvd(), servers); in TEST_F() 168 ServerList servers = {"10.1.1.1", "10.2.2.2", "10.3.3.3"}; in TEST_F() local 170 interface.staticNTPServers(servers); in TEST_F() 172 EXPECT_EQ(servers, parser.map.getValueStrings("Network", "NTP")); in TEST_F() 178 ServerList servers = {"10.1.1.1", "10.2.2.2", "10.3.3.3"}; in TEST_F() local [all …]
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_network_protocol.robot | 23 [Documentation] Patch NTP servers and verify NTP servers is set. 32 Wait Until Keyword Succeeds 30 sec 10 sec Verify NTP Servers Are Populated 36 [Documentation] Verify NTP servers value not same for both primary and secondary server. 59 Wait Until Keyword Succeeds 30 sec 10 sec Verify NTP Servers Are Populated 103 [Documentation] Patch NTP server and verify NTP servers is not populated
|
H A D | test_bmc_network_conf.robot | 417 ... Configure Static Name Servers AND Test Teardown Execution 419 Configure Static Name Servers ${static_name_servers} 427 ... Configure Static Name Servers AND Test Teardown Execution 429 Delete Static Name Servers 437 ... Configure Static Name Servers AND Test Teardown Execution 439 Configure Static Name Servers ${static_name_servers} 486 ... Configure Static Name Servers AND Test Teardown Execution 488 Configure Static Name Servers ${null_value} ${HTTP_BAD_REQUEST} 495 ... Configure Static Name Servers AND Test Teardown Execution 497 Configure Static Name Servers ${empty_dictionary} ${HTTP_BAD_REQUEST} [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | 0001-lmbench-Point-webpage-lm-to-target-directory.patch | 40 SERVERS="lat_udp lat_tcp lat_rpc lat_connect bw_tcp" 41 for server in $SERVERS; do $server -s; done 61 - $RCP $SERVERS lmhttp ../../src/webpage-lm.tar ${remote}:/tmp 62 + $RCP $SERVERS lmhttp /usr/share/lmbench/webpage-lm.tar ${remote}:/tmp 63 for server in $SERVERS
|
/openbmc/openbmc/meta-hpe/ |
H A D | README.md | 1 OpenEmbedded/Yocto/OpenBMC BSP layer for Hewlett Packard Enterprise servers 11 …re information, click [here](https://buy.hpe.com/us/en/servers/rack-servers/proliant-dl300-servers…
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/ |
H A D | libnet-ssleay-perl_1.85.bb | 3 web pages on SSL servers (for symmetry, same API is offered for \ 4 accessing http servers, too), a sslcat() function for writing your own \ 6 so you can write servers or clients for more complicated applications."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/ |
H A D | zabbix_7.0.9.bb | 4 health and integrity of servers. ZABBIX uses a flexible notification \ 13 your network and the health of your servers can be assessed from any \ 16 organisations with a few servers and for large companies with a \ 17 multitude of servers."
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | date-time-controller.html | 16 <div class="row column date-time__ntp-servers-wrap"> 17 … <fieldset class="date-time__ntp-servers" ng-repeat="server in ntp.servers track by $index"> 20 …e="text" ng-readonly="time.mode != 'NTP'" ng-model="server" ng-blur="ntp.servers[$index] = server"… 25 <div class="row column date-time__ntp-servers-wrap">
|
H A D | date-time-controller.js | 18 $scope.ntp = {servers: []}; property in $scope.ntp 70 $scope.ntp.servers = data.data; 159 $scope.ntp.servers.push(''); 163 $scope.ntp.servers.splice(index, 1); 169 $scope.ntp.servers = $scope.ntp.servers.filter(Boolean); 171 return APIUtils.setNTPServers($scope.ntp.servers);
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/console/ |
H A D | obmc-console_git.bb | 14 PACKAGECONFIG[concurrent-servers] = "-Dconcurrent-servers=true,-Dconcurrent-servers=false," 30 # `concurrent-servers` in PACKAGECONFIG. 33 SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'concurrent-servers', '', '${SSH_SY…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/ |
H A D | Modify-configure.in-and-etc-Makefile.am.patch | 60 dictionary.compat dictionary.merit servers radiusclient.conf.in \ 68 install-data-local: servers 73 @@ -47,7 +47,7 @@ servers @pkgsysconfdir@/servers
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/console/ |
H A D | obmc-console_%.bbappend | 7 # Install configuration for the servers and clients. Keep commandline 25 # Install configuration for remaining servers - the base recipe 42 PACKAGECONFIG:append:p10bmc = " concurrent-servers"
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | DHCPConfiguration.interface.yaml | 7 if true then the DNS servers received from the DHCP server will be 12 if true then the NTP servers received from the DHCP server will be
|
H A D | EthernetInterface.interface.yaml | 51 DNS servers that are currently in use on this interface. 67 NTP servers that are currently in use on this interface. This includes 74 NTP servers on the system during write operation.
|
/openbmc/phosphor-webui/app/configuration/styles/ |
H A D | date-time.scss | 18 .date-time__ntp-servers{ 22 .date-time__ntp-servers-wrap{
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbdkit/ |
H A D | nbdkit_1.33.11.bb | 1 SUMMARY = "nbdkit is a toolkit for creating NBD servers." 6 nbdkit is a toolkit for creating NBD servers."
|
H A D | nbdkit_1.43.9.bb | 1 SUMMARY = "nbdkit is a toolkit for creating NBD servers." 6 nbdkit is a toolkit for creating NBD servers."
|
/openbmc/intel-ipmi-oem/ |
H A D | README.md | 4 for OpenBMC. These handlers are intended to integrate BMC with servers based on 30 3. [IPMI Specification v2.0](https://www.intel.pl/content/www/pl/pl/products/docs/servers/ipmi/ipmi…
|
/openbmc/docs/designs/ |
H A D | nmi-dbus-interface.md | 1 # Design proposal for issuing NMI on servers that use OpenBMC 11 Currently, servers that use OpenBMC cannot have the ability to capture relevant 27 ## Proposed Design for servers that use OpenBMC
|
/openbmc/openbmc/meta-openembedded/meta-webserver/ |
H A D | README.md | 4 This layer provides support for building web servers, web-based 29 * recipes-httpd/ Web servers
|