@@ -103,7 +103,7 @@ class IntelSpecificationsFetcherTest extends Specification {
103103 def ' check existence of model website' () {
104104 setup :
105105 HttpRequest request = HttpRequest . newBuilder()
106- .uri(URI . create(' https://www.intel.com/content/www/us/en/products/sku/35635 /intel-atom- processor-230-512k- cache-1-60-ghz-533-mhz-fsb /specifications.html' ))
106+ .uri(URI . create(' https://www.intel.com/content/www/us/en/products/sku/230902 /intel-core-i31215ul- processor-10m- cache-up-to-4-40-ghz /specifications.html' ))
107107 .build()
108108
109109 when :
@@ -120,7 +120,7 @@ class IntelSpecificationsFetcherTest extends Specification {
120120 .foldByRow(' product_id' , ' url' , ' name' , ' intended_usage' )
121121 .of(
122122 ' 0' ,
123- ' https://www.intel.com/content/www/us/en/products/sku/35635 /intel-atom- processor-230-512k- cache-1-60-ghz-533-mhz-fsb /specifications.html' ,
123+ ' https://www.intel.com/content/www/us/en/products/sku/230902 /intel-core-i31215ul- processor-10m- cache-up-to-4-40-ghz /specifications.html' ,
124124 ' some_name' ,
125125 ' local'
126126 )
@@ -132,16 +132,29 @@ class IntelSpecificationsFetcherTest extends Specification {
132132 then :
133133 specifications. getColumnsIndex(). toList() == [
134134 ' product_id' , ' name' , ' time' , ' source' , ' intended_usage' , ' Product Collection' , ' Code Name' , ' Vertical Segment' ,
135- ' Processor Number' , ' Lithography' , ' Total Cores' , ' Processor Base Frequency' , ' Cache' , ' Bus Speed' ,
136- ' FSB Parity' , ' TDP' , ' VID Voltage Range' , ' Marketing Status' , ' Launch Date' , ' Servicing Status' ,
137- ' Embedded Options Available' , ' Sockets Supported' , ' TCASE' , ' Package Size' , ' Processing Die Size' ,
138- ' # of Processing Die Transistors' , ' Intel® Turbo Boost Technology ‡' ,
139- ' Intel® Hyper-Threading Technology ‡' , ' Intel® Virtualization Technology (VT-x) ‡' ,
140- ' Intel® Virtualization Technology for Directed I/O (VT-d) ‡' , ' Intel® 64 ‡' , ' Instruction Set' ,
141- ' Instruction Set Extensions' , ' Idle States' , ' Enhanced Intel SpeedStep® Technology' ,
142- ' Intel® Demand Based Switching' , ' Thermal Monitoring Technologies' ,
143- ' Intel® Trusted Execution Technology ‡' , ' Execute Disable Bit ‡'
144- ]
135+ ' Processor Number' , ' Lithography' , ' Total Cores' , ' # of Performance-cores' , ' # of Efficient-cores' , ' Total Threads' ,
136+ ' Max Turbo Frequency' , ' Performance-core Max Turbo Frequency' , ' Efficient-core Max Turbo Frequency' ,
137+ ' Processor Base Frequency' , ' Cache' , ' Processor Base Power' , ' TDP' , ' Minimum Assured Power' , ' Maximum Assured Power' ,
138+ ' Marketing Status' , ' Launch Date' , ' Embedded Options Available' , ' Use Conditions' , ' Max Memory Size (dependent on memory type)' ,
139+ ' Memory Types' , ' Max # of Memory Channels' , ' ECC Memory Supported ‡' , ' GPU Name‡' , ' Graphics Max Dynamic Frequency' ,
140+ ' Graphics Output' , ' Execution Units' , ' Max Resolution (HDMI)‡' , ' Max Resolution (DP)‡' , ' Max Resolution (eDP - Integrated Flat Panel)‡' ,
141+ ' DirectX* Support' , ' OpenGL* Support' , ' OpenCL* Support' , ' Multi-Format Codec Engines' , ' Intel® Quick Sync Video' ,
142+ ' # of Displays Supported ‡' , ' Device ID' , ' Intel® Thunderbolt™ 4' , ' Microprocessor PCIe Revision' , ' Chipset / PCH PCIe Revision' ,
143+ ' Max # of PCI Express Lanes' , ' Sockets Supported' , ' Max CPU Configuration' , ' TJUNCTION' , ' Package Size' ,
144+ ' Max Operating Temperature' , ' Intel® Volume Management Device (VMD)' , ' Intel® Gaussian & Neural Accelerator' ,
145+ ' Intel® Thread Director' , ' Intel® Image Processing Unit' , ' Intel® Smart Sound Technology' , ' Intel® Wake on Voice' ,
146+ ' Intel® High Definition Audio' , ' MIPI SoundWire*' , ' Intel® Deep Learning Boost (Intel® DL Boost) on CPU' ,
147+ ' Intel® Adaptix™ Technology' , ' Intel® Speed Shift Technology' , ' Intel® Turbo Boost Technology ‡' ,
148+ ' Intel® Hyper-Threading Technology ‡' , ' Instruction Set' , ' Instruction Set Extensions' , ' Thermal Monitoring Technologies' ,
149+ ' Intel® Flex Memory Access' , ' Intel® Hardware Shield Eligibility ‡' , ' Intel® Threat Detection Technology (TDT)' ,
150+ ' Intel® Active Management Technology (AMT) ‡' , ' Intel® Standard Manageability (ISM) ‡' , ' Intel® Remote Platform Erase (RPE) ‡' ,
151+ ' Intel® One-Click Recovery ‡' , ' Intel® QuickAssist Software Acceleration' , ' Intel® Control-Flow Enforcement Technology' ,
152+ ' Intel® Total Memory Encryption - Multi Key' , ' Intel® Total Memory Encryption' , ' Intel® AES New Instructions' ,
153+ ' Secure Key' , ' Intel® OS Guard' , ' Intel® Trusted Execution Technology ‡' , ' Execute Disable Bit ‡' ,
154+ ' Intel® Boot Guard' , ' Mode-based Execute Control (MBEC)' , ' Intel® Stable IT Platform Program (SIPP)' ,
155+ ' Intel® Virtualization Technology with Redirect Protection (VT-rp) ‡' , ' Intel® Virtualization Technology (VT-x) ‡' ,
156+ ' Intel® Virtualization Technology for Directed I/O (VT-d) ‡' , ' Intel® VT-x with Extended Page Tables (EPT) ‡'
157+ ]
145158 }
146159
147160}
0 commit comments